mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
db7ac64997
Use `as_array` in PartialEq for arrays Now that `as_array` exists we might as well use it here, since it's a bit more convenient than getting the correct type out of `try_into`.