Skip to content

Commit c1a8f3f

Browse files
Fix clippy warning
1 parent 56582b0 commit c1a8f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-test-runner/src/proto/debug.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub fn test(image: Handle, bt: &BootServices) {
9292
_ => unreachable!(),
9393
}
9494

95-
test_invalidate_instruction_cache(&mut *debug_support);
95+
test_invalidate_instruction_cache(&mut debug_support);
9696
}
9797
}
9898
} else {

0 commit comments

Comments
 (0)