rust/clippy_lints
Philipp Krones 0fff522071
Rollup merge of #5637 - montrivo:feature/vec_resize_to_zero, r=yaahc,flip1995
new lint: vec_resize_to_zero

implements #5444

changelog: new lint vec_resize_to_zero
2020-05-31 14:57:32 +02:00
..
src Rollup merge of #5637 - montrivo:feature/vec_resize_to_zero, r=yaahc,flip1995 2020-05-31 14:57:32 +02:00
Cargo.toml Merge commit '7ea7cd165a' into clippyup2 2020-05-28 15:45:24 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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