rust/clippy_lints
Takayuki Nakata 1778a1ec46
Restrict same_item_push to suppress false positives
It emits a lint when the pushed item is a literal, a constant and an immutable binding that are initialized with those.
2020-09-10 18:05:01 +02:00
..

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