Skip to content

Commit

Permalink
Merge pull request rust-osdev#894 from nicholasbishop/bishop-lints-171
Browse files Browse the repository at this point in the history
Fix a new lint in 1.71
  • Loading branch information
phip1611 committed Jul 14, 2023
2 parents c2c4c06 + 8f79996 commit ccddbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uefi/src/data_types/unaligned_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl<'a, T: Copy> UnalignedSlice<'a, T> {
Self {
data,
len,
_phantom_lifetime: PhantomData::default(),
_phantom_lifetime: PhantomData,
}
}

Expand Down

0 comments on commit ccddbcc

Please sign in to comment.