mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-17 02:54:26 +00:00
947516f018
New lint: Recommend using `ptr::eq` when possible This is based almost entirely on the code available in the previous PR #4596. I merely updated the code to make it compile. Fixes #3661. - [ ] I'm not sure about the lint name, but it was the one used in the original PR. - [X] Added passing UI tests (including committed `.stderr` file) - [X] `cargo test` passes locally - [X] Executed `cargo dev update_lints` - [X] Added lint documentation - [X] Run `cargo dev fmt` --- changelog: none |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |