rust: use arrays instead of vec where possible
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
rust: use arrays instead of vec where possible
Ben Boeckel
requested to merge
ben.boeckel/ghostflow-director:array-iters
into
master
Nov 04, 2022
Overview
3
Commits
2
Pipelines
1
Changes
16
Now that
[T; N]
supports
IntoIterator
, some
vec!
usages can be removed.
Merge request reports
Loading