Skip to content

Commit

Permalink
Adjust for rustfmt order change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 1, 2022
1 parent 6b2d3d5 commit d8bfae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit d8bfae4

Please sign in to comment.