Skip to content

Commit 0749a04

Browse files
committed
Fix #[macro_use] extern crate in sys/cloudabi
1 parent 93b6d9e commit 0749a04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/sys/cloudabi/abi/bitflags.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
// ignore-license
2626

2727
#[cfg(feature = "bitflags")]
28-
#[macro_use]
29-
extern crate bitflags;
28+
use bitflags::bitflags;
3029

3130
// Minimal implementation of bitflags! in case we can't depend on the bitflags
3231
// crate. Only implements `bits()` and a `from_bits_truncate()` that doesn't

0 commit comments

Comments
 (0)