We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11218 commit 3f8082bCopy full SHA for 3f8082b
src/alloc.rs
@@ -60,8 +60,6 @@ unsafe impl GlobalAlloc for Allocator {
60
let align = layout.align();
61
62
if align > 8 {
63
- // TODO: https://github.com/rust-osdev/uefi-rs/issues/303
64
- #[allow(clippy::question_mark)]
65
// allocate more space for alignment
66
let ptr = if let Ok(ptr) = boot_services()
67
.as_ref()
0 commit comments