rust-clippy/clippy_lints/src/utils
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
..
attrs.rs Dogfood for inefficient_to_string 2019-10-16 17:12:41 -04:00
author.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
camel_case.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
comparisons.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
constants.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
diagnostics.rs Remove wrong lifetime from LintContext 2019-06-12 10:28:52 +02:00
higher.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
hir_utils.rs Add a new lint for unused self 2019-10-15 09:58:11 +02:00
inspector.rs Rustup to rust-lang/rust#64813 2019-09-27 17:21:20 +02:00
internal_lints.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
mod.rs syntax::ext -> syntax_expand 2019-10-17 15:57:48 -07:00
paths.rs new lint: mem-replace-with-uninit 2019-09-20 00:25:57 +02:00
ptr.rs Rustup to rust-lang/rust#64813 2019-09-27 17:21:20 +02:00
sugg.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
sym.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
usage.rs Rustup to rust-lang/rust#64874 2019-10-04 15:39:46 +02:00