Skip to content

Commit 56f6104

Browse files
committed
Allow warnings during a libstd build
Not gonna gain much from issuing warnings about various aspects! This is managed separately from the standard library
1 parent 0f7e88e commit 56f6104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api))]
6363
#![cfg_attr(stdbuild, no_std)]
6464
#![cfg_attr(stdbuild, staged_api)]
65+
#![cfg_attr(stdbuild, allow(warnings))]
6566
#![cfg_attr(stdbuild, unstable(feature = "libc",
6667
reason = "use `libc` from crates.io",
6768
issue = "27783"))]

0 commit comments

Comments
 (0)