We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedb4f6 commit f452b63Copy full SHA for f452b63
multiboot2-header/src/information_request.rs
@@ -98,6 +98,7 @@ pub struct InformationRequestHeaderTagIter<'a> {
98
99
impl<'a> InformationRequestHeaderTagIter<'a> {
100
fn new(count: u32, base_ptr: *const MbiTagType) -> Self {
101
+ #[allow(clippy::default_constructed_unit_structs)]
102
Self {
103
i: 0,
104
count,
0 commit comments