Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate clippy reported suggestion
Clippy suggests the usage of the vec! macro instead of manually creating an object and resizing it [0]. Follow the suggestion. [0] https://rust-lang.github.io/rust-clippy/master/index.html#/slow_vector_initialization Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information