Skip to content
GitLab
Explore
Sign in
Register
rust: use `Vec::new` instead of `vec![]`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Ben Boeckel
requested to merge
ben.boeckel/rust-git-checks:vec-ctor-usage
into
master
Nov 04, 2022
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
This helps to point out where
vec!
is allocating memory.
Merge request reports
Loading