about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-07-01 18:13:55 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2022-07-01 18:13:55 -0400
commitd8bfae4f9903a803c8b45d647934f2e53b0b3eea (patch)
tree3dbe17b393de2466eb664204a486726533e6dcaa /library
parent6b2d3d5f3cd1e553d87b5496632132565b6779d3 (diff)
downloadrust-d8bfae4f9903a803c8b45d647934f2e53b0b3eea.tar.gz
rust-d8bfae4f9903a803c8b45d647934f2e53b0b3eea.zip
Adjust for rustfmt order change
Diffstat (limited to 'library')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 3a1f2c95344..8bd8a4c7596 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -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,
 };