Commit 63b5c23
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]>1 parent 855eb84 commit 63b5c23
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
797 | | - | |
| 796 | + | |
798 | 797 | | |
799 | 798 | | |
800 | 799 | | |
| |||
0 commit comments