diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-08-09 10:16:52 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-08-12 16:28:16 -0400 |
| commit | 1c40ef70a1f481dc733ea30ea541c0627caf537b (patch) | |
| tree | cde13634d53e653526e84ecfeaadef05817a01d4 /library/std/src | |
| parent | 154a09dd913edc7db698b8a7230c720a8f0baa74 (diff) | |
| download | rust-1c40ef70a1f481dc733ea30ea541c0627caf537b.tar.gz rust-1c40ef70a1f481dc733ea30ea541c0627caf537b.zip | |
Apply changes from rustfmt bump
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 4ed00219fca..475a1d9fd99 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -585,7 +585,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, }; |
