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.
2 parents 904ffb2 + 772f891 commit 8531cc1Copy full SHA for 8531cc1
src/lib.rs
@@ -10,7 +10,7 @@
10
11
//! Crate docs
12
13
-#![allow(bad_style, raw_pointer_derive, overflowing_literals, improper_ctypes)]
+#![allow(bad_style, overflowing_literals, improper_ctypes)]
14
#![crate_type = "rlib"]
15
#![crate_name = "libc"]
16
#![cfg_attr(dox, feature(no_core, lang_items))]
0 commit comments