We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d612321 commit 6e6661cCopy full SHA for 6e6661c
src/lib.rs
@@ -6,6 +6,7 @@
6
#![warn(unsafe_op_in_unsafe_fn)]
7
#![warn(clippy::transmute_ptr_to_ptr)]
8
#![warn(fuzzy_provenance_casts)]
9
+#![warn(lossy_provenance_casts)]
10
#![allow(clippy::missing_safety_doc)]
11
#![cfg_attr(target_arch = "aarch64", allow(incomplete_features))]
12
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))]
0 commit comments