mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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
@ -517,20 +517,8 @@ pub use std_detect::detect;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[allow(deprecated, deprecated_in_future)]
|
||||
pub use core::{
|
||||
// Stable
|
||||
assert_eq,
|
||||
assert_ne,
|
||||
debug_assert,
|
||||
debug_assert_eq,
|
||||
debug_assert_ne,
|
||||
// Unstable
|
||||
matches,
|
||||
r#try,
|
||||
todo,
|
||||
unimplemented,
|
||||
unreachable,
|
||||
write,
|
||||
writeln,
|
||||
assert_eq, assert_ne, debug_assert, debug_assert_eq, debug_assert_ne, matches, r#try, todo,
|
||||
unimplemented, unreachable, write, writeln,
|
||||
};
|
||||
|
||||
// Re-export built-in macros defined through libcore.
|
||||
|
Loading…
Reference in New Issue
Block a user