rust/clippy_lints
Bruno BELANYI 5bad9175fb New lint: Recommend using ptr::eq when possible
This is based almost entirely on the code available in the previous PR #4596.
2020-10-07 11:48:06 +02:00
..
src New lint: Recommend using ptr::eq when possible 2020-10-07 11:48:06 +02:00
Cargo.toml clippy_lints: Replace lazy_static with SyncLazy 2020-10-06 14:39:04 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.