Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit f89ec1b

Browse files
committed
Try this?
1 parent 8199940 commit f89ec1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/printk/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#![no_std]
22
#![feature(const_str_as_bytes)]
33

4-
use linux_kernel_module::{self, println};
4+
use linux_kernel_module;
5+
use linux_kernel_module::println;
56

67
struct PrintkTestModule;
78

0 commit comments

Comments
 (0)