mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 11:34:11 +00:00
976850b69b
New lint: vec_init_then_push fixes: #1483 This will trigger on `new`, `default`, and `with_capacity` when the given capacity is less than or equal to the number of push calls. Is there anything else this should trigger on? changelog: Added lint: `vec_init_then_push` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |