Skip to content

Commit 2d7c4ad

Browse files
committed
multiboot2-header: remove old clippy lint
1 parent 4908653 commit 2d7c4ad

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
@@ -98,7 +98,6 @@ pub struct InformationRequestHeaderTagIter<'a> {
9898

9999
impl<'a> InformationRequestHeaderTagIter<'a> {
100100
fn new(count: u32, base_ptr: *const MbiTagType) -> Self {
101-
#[allow(clippy::default_constructed_unit_structs)]
102101
Self {
103102
i: 0,
104103
count,

0 commit comments

Comments
 (0)