rust/clippy_lints
Robert Bamler 14e27f567a
Fix documentation for slow_vector_initialization
Change the recommended solution from `vec![len; 0]` to `vec![0; len]`.

Also fix grammar.
2019-01-26 20:26:38 -08:00
..

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