Skip to content

Commit

Permalink
ci: fix nightly style job
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 16, 2023
1 parent dedb4f6 commit f452b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiboot2-header/src/information_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub struct InformationRequestHeaderTagIter<'a> {

impl<'a> InformationRequestHeaderTagIter<'a> {
fn new(count: u32, base_ptr: *const MbiTagType) -> Self {
#[allow(clippy::default_constructed_unit_structs)]
Self {
i: 0,
count,
Expand Down

0 comments on commit f452b63

Please sign in to comment.