]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #13861 - danieleades:derive-hash, r=Veykril
authorbors <bors@rust-lang.org>
Fri, 30 Dec 2022 22:01:20 +0000 (22:01 +0000)
committerbors <bors@rust-lang.org>
Fri, 30 Dec 2022 22:01:20 +0000 (22:01 +0000)
derive 'Hash'

clippy doesn't like that `PartialEq` is derived, and `Hash` is manually implemented. This PR resolves that by deriving the `Hash` implementation.


Trivial merge