about summary refs log tree commit diff
path: root/library/core/tests/array.rs
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-01-11 15:04:48 +0300
committerklensy <klensy@users.noreply.github.com>2024-01-11 15:04:48 +0300
commitaa696c5a228a2c9730227eb5a0e99fb9d85eb61d (patch)
treeafd10adce7a57c92aec0988955b083b43f73e065 /library/core/tests/array.rs
parent4580f4ab3f098e8f2ff2050626440cba52894c12 (diff)
downloadrust-aa696c5a228a2c9730227eb5a0e99fb9d85eb61d.tar.gz
rust-aa696c5a228a2c9730227eb5a0e99fb9d85eb61d.zip
apply fmt
Diffstat (limited to 'library/core/tests/array.rs')
-rw-r--r--library/core/tests/array.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/array.rs b/library/core/tests/array.rs
index b1c1456ade1..ed52de3cbec 100644
--- a/library/core/tests/array.rs
+++ b/library/core/tests/array.rs
@@ -1,6 +1,6 @@
-use core::{array, assert_eq};
 use core::num::NonZeroUsize;
 use core::sync::atomic::{AtomicUsize, Ordering};
+use core::{array, assert_eq};
 
 #[test]
 fn array_from_ref() {