rust/clippy_lints
Guillem Nieto 5fa04bc3cd Lint only the first statment/expression after alloc
Instead of searching for all the successive expressions after a vector
allocation, check only the first expression.

This is done to minimize the amount of false positives of the lint.
2018-11-25 14:34:23 -08:00
..

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