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:
parent
ce4abc3515
commit
77c3bfa742
25 changed files with 7 additions and 205 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue