about summary refs log tree commit diff
path: root/library/core/src/array/equality.rs
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2024-03-25 11:02:02 -0700
committerDaniel Paoliello <danpao@microsoft.com>2024-03-25 13:12:06 -0700
commitd261647c93380d5ed535c5ed2f176792f4d74d6c (patch)
treedf5d51f89bcfe3512d85bab4c3ab60134f3ec46a /library/core/src/array/equality.rs
parentcb7c63606e53715f94f3ba04d38e50772e4cd23d (diff)
downloadrust-d261647c93380d5ed535c5ed2f176792f4d74d6c.tar.gz
rust-d261647c93380d5ed535c5ed2f176792f4d74d6c.zip
Import the 2021 prelude in the core crate
Diffstat (limited to 'library/core/src/array/equality.rs')
-rw-r--r--library/core/src/array/equality.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/array/equality.rs b/library/core/src/array/equality.rs
index bdb6599abf5..bb668d2a673 100644
--- a/library/core/src/array/equality.rs
+++ b/library/core/src/array/equality.rs
@@ -1,5 +1,4 @@
 use crate::cmp::BytewiseEq;
-use crate::convert::TryInto;
 
 #[stable(feature = "rust1", since = "1.0.0")]
 impl<T, U, const N: usize> PartialEq<[U; N]> for [T; N]