1
Fork 0

std: always depend on backtrace, but only enable its features on demand

This commit is contained in:
Ralf Jung 2019-09-14 10:23:10 +02:00
parent 3287a65fc0
commit b60954757e
9 changed files with 23 additions and 21 deletions

View file

@ -41,7 +41,6 @@ macro_rules! rtunwrap {
pub mod alloc;
pub mod at_exit_imp;
#[cfg(feature = "backtrace")]
pub mod backtrace;
pub mod condvar;
pub mod io;