Skip to content

Commit ddc98f9

Browse files
Merge pull request #928 from nicholasbishop/bishop-fix-lints-172
Fix 1.72 lints
2 parents 538374f + 74e1688 commit ddc98f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi-test-runner/src/boot/memory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ fn allocate_pages(bt: &BootServices) {
3838
fn vec_alloc() {
3939
info!("Allocating a vector through the `alloc` crate");
4040

41+
#[allow(clippy::useless_vec)]
4142
let mut values = vec![-5, 16, 23, 4, 0];
4243

4344
values.sort_unstable();

0 commit comments

Comments
 (0)