Skip to content

rust: use `Vec::new` instead of `vec![]`

Ben Boeckel requested to merge ben.boeckel/rust-git-checks:vec-ctor-usage into master

This helps to point out where vec! is allocating memory.

Merge request reports