Преглед на файлове

multiboot2-header: remove old clippy lint

Philipp Schuster преди 1 година
родител
ревизия
6257635eb3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      multiboot2-header/src/information_request.rs

+ 0 - 1
multiboot2-header/src/information_request.rs

@@ -99,7 +99,6 @@ pub struct InformationRequestHeaderTagIter<'a> {
 
 impl<'a> InformationRequestHeaderTagIter<'a> {
     fn new(count: u32, base_ptr: *const MbiTagTypeId) -> Self {
-        #[allow(clippy::default_constructed_unit_structs)]
         Self {
             i: 0,
             count,