We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7e88e commit 56f6104Copy full SHA for 56f6104
src/lib.rs
@@ -62,6 +62,7 @@
62
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api))]
63
#![cfg_attr(stdbuild, no_std)]
64
#![cfg_attr(stdbuild, staged_api)]
65
+#![cfg_attr(stdbuild, allow(warnings))]
66
#![cfg_attr(stdbuild, unstable(feature = "libc",
67
reason = "use `libc` from crates.io",
68
issue = "27783"))]
0 commit comments