diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2024-03-25 11:02:02 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2024-03-25 13:12:06 -0700 |
| commit | d261647c93380d5ed535c5ed2f176792f4d74d6c (patch) | |
| tree | df5d51f89bcfe3512d85bab4c3ab60134f3ec46a /library/core/src/array/equality.rs | |
| parent | cb7c63606e53715f94f3ba04d38e50772e4cd23d (diff) | |
| download | rust-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.rs | 1 |
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] |
