Fix building without backtrace
This commit is contained in:
parent
65eecf8bb3
commit
fd4bc88880
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
use io::{self, ErrorKind};
|
||||
|
||||
pub mod args;
|
||||
#[cfg(any(not(cargobuild), feature = "backtrace"))]
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
pub mod env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue