Skip to content

Commit

Permalink
bitflags! is no longer used in std
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Apr 29, 2015
1 parent 551a74d commit 0c0d138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/lib.rs
Expand Up @@ -307,13 +307,12 @@ mod std {
pub use sync; // used for select!()
pub use error; // used for try!()
pub use fmt; // used for any formatting strings
pub use option; // used for bitflags!{}
pub use option; // used for thread_local!{}
pub use rt; // used for panic!()
pub use vec; // used for vec![]
pub use cell; // used for tls!
pub use thread; // used for thread_local!
pub use marker; // used for tls!
pub use ops; // used for bitflags!

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

0 comments on commit 0c0d138

Please sign in to comment.