Skip to content

Commit 0c0d138

Browse files
committed
bitflags! is no longer used in std
1 parent 551a74d commit 0c0d138

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,12 @@ mod std {
307307
pub use sync; // used for select!()
308308
pub use error; // used for try!()
309309
pub use fmt; // used for any formatting strings
310-
pub use option; // used for bitflags!{}
310+
pub use option; // used for thread_local!{}
311311
pub use rt; // used for panic!()
312312
pub use vec; // used for vec![]
313313
pub use cell; // used for tls!
314314
pub use thread; // used for thread_local!
315315
pub use marker; // used for tls!
316-
pub use ops; // used for bitflags!
317316

318317
// The test runner calls ::std::env::args() but really wants realstd
319318
#[cfg(test)] pub use realstd::env as env;

0 commit comments

Comments
 (0)