We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14923c commit e29c391Copy full SHA for e29c391
src/lib.rs
@@ -77,7 +77,6 @@
77
#![allow(non_upper_case_globals)]
78
#![allow(non_camel_case_types)]
79
#![allow(non_snake_case)]
80
-#![warn(unaligned_references)]
81
#![cfg_attr(feature = "keep-extern-types", feature(extern_types))]
82
83
pub mod libc;
0 commit comments