We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b6d9e commit 0749a04Copy full SHA for 0749a04
src/libstd/sys/cloudabi/abi/bitflags.rs
@@ -25,8 +25,7 @@
25
// ignore-license
26
27
#[cfg(feature = "bitflags")]
28
-#[macro_use]
29
-extern crate bitflags;
+use bitflags::bitflags;
30
31
// Minimal implementation of bitflags! in case we can't depend on the bitflags
32
// crate. Only implements `bits()` and a `from_bits_truncate()` that doesn't
0 commit comments