rust/clippy_lints/src/utils
bors 8239b7616f Auto merge of #4454 - BO41:search_is_some, r=flip1995
Dereference one less on search_is_some and make it auto-fixable

Fixes #4453

changelog: none
2019-09-04 07:53:44 +00:00
..
attrs.rs Update find(p).map(p) occurrences to use find_map(p) 2019-04-30 16:45:32 -03:00
author.rs Rustup to https://github.com/rust-lang/rust/pull/63854 2019-08-25 08:06:32 +02:00
camel_case.rs Addressed points raised in review. 2019-03-10 18:06:28 +00:00
comparisons.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf.rs Update all the code to pass the updated use_self lint. 2019-07-31 08:50:43 +00: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 Address reviews 2019-07-06 19:35:08 +02:00
hir_utils.rs Fix dogfood test 2019-07-28 09:31:05 +01:00
inspector.rs Fix breakage due to rust-lang/rust#61708 2019-08-18 13:14:47 +02:00
internal_lints.rs Use the spans returned by utils::method_calls 2019-08-29 17:34:03 +02:00
mod.rs Auto merge of #4454 - BO41:search_is_some, r=flip1995 2019-09-04 07:53:44 +00:00
paths.rs lint against MaybeUninit::uninit().assume_init() 2019-09-03 17:37:38 +02:00
ptr.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
sugg.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
sym.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
usage.rs Fix dogfood test failures. 2019-06-24 04:00:05 +02:00