rust-clippy/clippy_lints
bors 14a0f36617 Auto merge of #4683 - HMPerson1:inefficient_to_string, r=Manishearth
Add `inefficient_to_string` lint

Closes #4586

changelog: Add `inefficient_to_string` lint, which checks for calling `to_string` on `&&str`, which would bypass the `str`'s specialization
2019-10-17 23:48:55 +00:00
..
src Auto merge of #4683 - HMPerson1:inefficient_to_string, r=Manishearth 2019-10-17 23:48:55 +00:00
Cargo.toml Use new format of licenses 2019-10-04 17:40:32 +02:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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