rust-clippy/tests
Michael Wright 0c1ffc1d1f Fix possible_missing_comma false positives
`possible_missing_comma` should only trigger when the binary operator has
unary equivalent. Otherwise, it's not possible to insert a comma without
breaking compilation. The operators identified were `+`, `&`, `*` and `-`.

This fixes the specific examples given in issues #3244 and #3396
but doesn't address the conflict this lint has with the style of starting
a line with a binary operator.
2018-11-04 10:02:49 +02:00
..
auxiliary Add license header to Rust files 2018-10-06 09:43:08 -07:00
run-pass Stabilize tool lints 2018-10-11 12:16:22 +02:00
ui Fix possible_missing_comma false positives 2018-11-04 10:02:49 +02:00
ui-toml Stabilize tool lints 2018-10-11 12:16:22 +02:00
compile-test.rs compiletest: clean rmeta data (from "cargo check") before running compiletest. 2018-10-29 12:29:40 +01:00
dogfood.rs clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase. 2018-11-02 12:16:43 +01:00
matches.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
needless_continue_helpers.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
versioncheck.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00