diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #![crate_type = "lib"] #[macro_use] -mod bitflags; +extern crate bitflags; #[macro_use] extern crate raw_cpuid; |
![]() |
index : rust-x86 | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -7,7 +7,7 @@ #![crate_type = "lib"] #[macro_use] -mod bitflags; +extern crate bitflags; #[macro_use] extern crate raw_cpuid; |