mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Adjust for rustfmt order change
This commit is contained in:
parent
6b2d3d5f3c
commit
d8bfae4f99
@ -583,7 +583,7 @@ mod backtrace_rs;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[allow(deprecated, deprecated_in_future)]
|
||||
pub use core::{
|
||||
assert_eq, assert_ne, debug_assert, debug_assert_eq, debug_assert_ne, matches, r#try, todo,
|
||||
assert_eq, assert_ne, debug_assert, debug_assert_eq, debug_assert_ne, matches, todo, r#try,
|
||||
unimplemented, unreachable, write, writeln,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user