Skip to content

Commit 3f8082b

Browse files
Revert "Temporarily disable a false-positive clippy lint"
This reverts commit cba22cc. Fixes #303
1 parent 9e11218 commit 3f8082b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/alloc.rs

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ unsafe impl GlobalAlloc for Allocator {
6060
let align = layout.align();
6161

6262
if align > 8 {
63-
// TODO: https://github.com/rust-osdev/uefi-rs/issues/303
64-
#[allow(clippy::question_mark)]
6563
// allocate more space for alignment
6664
let ptr = if let Ok(ptr) = boot_services()
6765
.as_ref()

0 commit comments

Comments
 (0)