1
Fork 0

std: Remove cfg(cargobuild) annotations

These are all now no longer needed that we've only got rustbuild in tree.
This commit is contained in:
Alex Crichton 2017-01-23 15:55:35 -08:00
parent ce4abc3515
commit 77c3bfa742
25 changed files with 7 additions and 205 deletions

View file

@ -33,7 +33,7 @@ pub mod weak;
pub mod args;
pub mod android;
#[cfg(any(not(cargobuild), feature = "backtrace"))]
#[cfg(feature = "backtrace")]
pub mod backtrace;
pub mod condvar;
pub mod env;