mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
034f3d224c
close #13781 The `slow_vector_initialization` lint currently only suggests using the `vec!` macro with size, but it does not suggest removing the `resize` method call. changelog: [`slow_vector_initialization`]: improve `slow_vector_initialization` suggestion