mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 12:40:14 +03:00
2624bfbc0d
Use `<T, U>` for array/slice equality `impl`s Makes the trait implementation documentation for arrays and slices appear more consistent. [Example](https://doc.rust-lang.org/1.75.0/std/primitive.array.html): mixed `A`, `B`, and `U`.  This change makes them all `U`.