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 2bd535b commit 6257635Copy full SHA for 6257635
multiboot2-header/src/information_request.rs
@@ -99,7 +99,6 @@ pub struct InformationRequestHeaderTagIter<'a> {
99
100
impl<'a> InformationRequestHeaderTagIter<'a> {
101
fn new(count: u32, base_ptr: *const MbiTagTypeId) -> Self {
102
- #[allow(clippy::default_constructed_unit_structs)]
103
Self {
104
i: 0,
105
count,
0 commit comments