Explorar o código

ci: fix nightly style job

Philipp Schuster %!s(int64=2) %!d(string=hai) anos
pai
achega
f452b63a53
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      multiboot2-header/src/information_request.rs

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

@@ -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,