소스 검색

ci: fix nightly style job

Philipp Schuster 2 년 전
부모
커밋
f452b63a53
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,