rust/clippy_lints/src/utils
Philipp Krones 1902384d15
Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995
Refactor: Extract `trait_ref_of_method` function

This pattern was used in three places after #3844, so I think it's worth moving it into `utils/mod.rs` and documenting it.
2019-03-09 12:24:42 +01:00
..
attrs.rs Renamed: Cyclomatic Complexity -> Cognitive Complexity 2019-03-06 10:07:38 -03:00
author.rs fix missing a semicolon 2019-03-07 23:26:47 +09:00
camel_case.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
comparisons.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf.rs Renamed: Cyclomatic Complexity -> Cognitive Complexity 2019-03-06 10:07:38 -03:00
constants.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
diagnostics.rs enable rust-lang/rust#58754 2019-03-01 19:10:14 +01:00
higher.rs Fixed breakage due to rust-lang/rust#57489 2019-01-20 12:21:30 +02:00
hir_utils.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
inspector.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
internal_lints.rs align with rust-lang/rust/#58992 2019-03-07 21:51:05 +01:00
mod.rs Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995 2019-03-09 12:24:42 +01:00
paths.rs Fixed formatting and typo 2019-02-20 10:12:24 -08:00
ptr.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
sugg.rs Document the new Sugg functions 2019-02-19 21:34:14 +01:00
usage.rs align with rust-lang/rust/#58836 2019-03-01 19:10:14 +01:00