Skip to content

Commit a305dd5

Browse files
committed
Add a missing #[macro_use] for the std crate.
1 parent dfe48a1 commit a305dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
2020
2121
#[cfg(feature = "std")]
22+
#[macro_use]
2223
extern crate std;
2324

2425
use core::ops::{BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Neg, Not};

0 commit comments

Comments
 (0)