Skip to content

Commit

Permalink
Allow warnings during a libstd build
Browse files Browse the repository at this point in the history
Not gonna gain much from issuing warnings about various aspects! This is managed
separately from the standard library
  • Loading branch information
alexcrichton committed Nov 3, 2015
1 parent 0f7e88e commit 56f6104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api))]
#![cfg_attr(stdbuild, no_std)]
#![cfg_attr(stdbuild, staged_api)]
#![cfg_attr(stdbuild, allow(warnings))]
#![cfg_attr(stdbuild, unstable(feature = "libc",
reason = "use `libc` from crates.io",
issue = "27783"))]
Expand Down

0 comments on commit 56f6104

Please sign in to comment.