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 afa1c91 commit c492eaaCopy full SHA for c492eaa
src/lib.rs
@@ -7,6 +7,7 @@
7
#![warn(clippy::uninlined_format_args)]
8
#![warn(clippy::transmute_ptr_to_ptr)]
9
#![warn(fuzzy_provenance_casts)]
10
+#![warn(lossy_provenance_casts)]
11
#![allow(clippy::missing_safety_doc)]
12
#![cfg_attr(target_arch = "aarch64", allow(incomplete_features))]
13
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))]
0 commit comments