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.
bitflags!
std
1 parent 551a74d commit 0c0d138Copy full SHA for 0c0d138
src/libstd/lib.rs
@@ -307,13 +307,12 @@ mod std {
307
pub use sync; // used for select!()
308
pub use error; // used for try!()
309
pub use fmt; // used for any formatting strings
310
- pub use option; // used for bitflags!{}
+ pub use option; // used for thread_local!{}
311
pub use rt; // used for panic!()
312
pub use vec; // used for vec![]
313
pub use cell; // used for tls!
314
pub use thread; // used for thread_local!
315
pub use marker; // used for tls!
316
- pub use ops; // used for bitflags!
317
318
// The test runner calls ::std::env::args() but really wants realstd
319
#[cfg(test)] pub use realstd::env as env;
0 commit comments