rust/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
..
2019-10-04 17:40:32 +02:00

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