rust/clippy_lints
Adam Lusch 1615813960 Moves clone_on_ref_ptr to be a restriction lint
Also updates the suggestion to include the full type (e.g. `Arc<Foo>::clone(&rc)`)
and adds a case using trait objects to the UI tests.
2018-01-14 19:58:09 -08:00
..
src Moves clone_on_ref_ptr to be a restriction lint 2018-01-14 19:58:09 -08:00
Cargo.toml Version bump 2018-01-10 09:50:58 +01:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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