Skip to content

Commit cbff720

Browse files
uefi: Enable unsafe_op_in_unsafe_fn lint
1 parent 5aebd1f commit cbff720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
clippy::use_self,
225225
missing_debug_implementations,
226226
missing_docs,
227+
unsafe_op_in_unsafe_fn,
227228
unused
228229
)]
229230

0 commit comments

Comments
 (0)