mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
344ae115db
[`manual_retain`]: add lint case for `binary_heap` Closes #9059 This PR adds changes to perform linting on the `binary_heap` as well, under the [manual_retain rule](https://rust-lang.github.io/rust-clippy/master/index.html#/manual_retain). changelog: [manual_retain]: update for lint `binary_heap`