Skip to content

Commit f452b63

Browse files
committed
ci: fix nightly style job
1 parent dedb4f6 commit f452b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multiboot2-header/src/information_request.rs

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ 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)]
101102
Self {
102103
i: 0,
103104
count,

0 commit comments

Comments
 (0)