rust/clippy_lints
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
..
src Fix possible_missing_comma false positives 2018-11-04 10:02:49 +02:00
Cargo.toml remove cargo edition 2018 feature gate. 2018-09-30 11:12:24 +02:00
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.