Remove labels in libstd/lib.rs macro imports
These labels were probably moved around when rustfmt was introduced.
This commit is contained in:
parent
e6cef04457
commit
004ce25ec0
1 changed files with 2 additions and 14 deletions
|
@ -517,20 +517,8 @@ pub use std_detect::detect;
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
#[allow(deprecated, deprecated_in_future)]
|
#[allow(deprecated, deprecated_in_future)]
|
||||||
pub use core::{
|
pub use core::{
|
||||||
// Stable
|
assert_eq, assert_ne, debug_assert, debug_assert_eq, debug_assert_ne, matches, r#try, todo,
|
||||||
assert_eq,
|
unimplemented, unreachable, write, writeln,
|
||||||
assert_ne,
|
|
||||||
debug_assert,
|
|
||||||
debug_assert_eq,
|
|
||||||
debug_assert_ne,
|
|
||||||
// Unstable
|
|
||||||
matches,
|
|
||||||
r#try,
|
|
||||||
todo,
|
|
||||||
unimplemented,
|
|
||||||
unreachable,
|
|
||||||
write,
|
|
||||||
writeln,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Re-export built-in macros defined through libcore.
|
// Re-export built-in macros defined through libcore.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue