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 23e66d5 commit f78eb73Copy full SHA for f78eb73
src/lib.rs
@@ -17,7 +17,7 @@
17
unused_macros,
18
unused_macro_rules,
19
)]
20
-// #![cfg_attr(libc_deny_warnings, deny(warnings))]
+#![cfg_attr(libc_deny_warnings, deny(warnings))]
21
// Attributes needed when building as part of the standard library
22
#![cfg_attr(feature = "rustc-dep-of-std", feature(link_cfg, no_core))]
23
#![cfg_attr(libc_thread_local, feature(thread_local))]
0 commit comments