Adjust for rustfmt order change
This commit is contained in:
parent
6b2d3d5f3c
commit
d8bfae4f99
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ mod backtrace_rs;
|
||||||
#[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::{
|
||||||
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,
|
unimplemented, unreachable, write, writeln,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue