62f40e28b9
Fix documentation for `slow_vector_initialization` This PR fixes the documentation for the lint `slow_vector_initialization`. The documentation recommended writing `vec![len; 0]` but the correct solution is `vec![0; len]`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |