diff options
Diffstat (limited to 'library/core/tests/array.rs')
-rw-r--r-- | library/core/tests/array.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/array.rs b/library/core/tests/array.rs index 81da75d32..3656eecca 100644 --- a/library/core/tests/array.rs +++ b/library/core/tests/array.rs @@ -1,5 +1,4 @@ use core::{array, assert_eq}; -use core::convert::TryFrom; use core::num::NonZeroUsize; use core::sync::atomic::{AtomicUsize, Ordering}; |