std: always depend on backtrace, but only enable its features on demand
This commit is contained in:
parent
3287a65fc0
commit
b60954757e
9 changed files with 23 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue