rust/clippy_lints/src/utils
Guillem Nieto 3ac84b2542 Remove explicit visit_qpath method
Instead of replacing the default behaviour of the visit_qpath method,
I've moved the printing code to private method of PrintVisitor
(print_qpath).
2018-02-24 19:34:51 +01:00
..
author.rs Remove explicit visit_qpath method 2018-02-24 19:34:51 +01:00
comparisons.rs Rustfmt 2017-08-14 09:43:26 +02:00
conf.rs Make decimal_literal_representation a restriction lint 2018-02-06 13:05:20 +01:00
constants.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
higher.rs Cargo fmt 2017-11-05 04:55:56 +09:00
hir_utils.rs Fix #2427 2018-02-09 15:25:12 +01:00
inspector.rs Rustup 2018-01-15 12:08:17 +01:00
internal_lints.rs Fix lint_without_lint_pass 2017-10-31 10:04:02 -07:00
mod.rs Remove rarely used type_size helper function 2018-02-09 15:24:31 +01:00
paths.rs needless_pass_by_value: Whitelist RangeArgument (fixes #2357) 2018-01-18 14:30:53 +05:30
ptr.rs Duplicate ptr_arg's suggestion logic 2017-10-08 17:51:44 +09:00
sugg.rs Rustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27) 2018-01-28 16:28:48 +09:00