Fix building without backtrace

This commit is contained in:
Jeremy Soller 2016-12-20 17:52:47 -07:00
parent 65eecf8bb3
commit fd4bc88880

View File

@ -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;