Skip to content

Commit 4129bba

Browse files
uefi: Remove commented-out code
`macro_use` isn't required; `use alloc::vec;` should work fine if we need it.
1 parent 2f97c5d commit 4129bba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

uefi/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
#![deny(clippy::all)]
6969
#![deny(clippy::must_use_candidate)]
7070

71-
// Enable once we use vec![] or similar
72-
// #[cfg_attr(feature = "alloc", macro_use)]
7371
#[cfg(feature = "alloc")]
7472
extern crate alloc;
7573

0 commit comments

Comments
 (0)