mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
cebe393a4a
Add `must_use` on pointer equality functions `ptr == ptr` (like all use of `==`) has a similar warning, and these functions are simple convenience wrappers over that.