rust/clippy_lints/src/utils
Yati Sagade 8ea6d6a8d2 needless_continue: Refactor to use stuff from utils, and move some stuff to utils.
I had my own implementation of what `trim_multiline()` seems to be doing, so
I just started using `trim_multiline()`. Some other functions, like
those block alignment, are general enough to be used elsewhere, so moved
them to utils.
2017-04-09 14:07:11 +02:00
..
comparisons.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
conf.rs Add ECMAScript to default doc-valid-idents 2017-03-03 12:28:15 +01:00
constants.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
higher.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
hir.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
inspector.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
internal_lints.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
mod.rs needless_continue: Refactor to use stuff from utils, and move some stuff to utils. 2017-04-09 14:07:11 +02:00
paths.rs Lint needless take-by-value 2017-02-19 07:59:44 +09:00
sugg.rs Rustup: Add ExprKind::Catch 2017-03-16 00:56:21 +01:00