rust-clippy/src
Nikos Filippakis 5143fe1a78 New lint: suspicious_unary_op_formatting
Lints when, on the RHS of a BinOp, there is a UnOp without a space
before the operator but with a space after (e.g. foo >- 1).

Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>
2019-10-09 16:22:00 +02:00
..
lintlist New lint: suspicious_unary_op_formatting 2019-10-09 16:22:00 +02:00
driver.rs Changes to catch_fatal_errors in rustc driver 2019-09-16 11:08:45 -07:00
lib.rs Import rustc_plugin from its new location 2019-08-19 17:52:10 +02:00
main.rs Deny warnings in CI 2019-07-15 07:35:02 +02:00