Skip to content

Commit 6257635

Browse files
committed
multiboot2-header: remove old clippy lint
1 parent 2bd535b commit 6257635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multiboot2-header/src/information_request.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ pub struct InformationRequestHeaderTagIter<'a> {
9999

100100
impl<'a> InformationRequestHeaderTagIter<'a> {
101101
fn new(count: u32, base_ptr: *const MbiTagTypeId) -> Self {
102-
#[allow(clippy::default_constructed_unit_structs)]
103102
Self {
104103
i: 0,
105104
count,

0 commit comments

Comments
 (0)