Skip to content

Commit

Permalink
Fix building without backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 21, 2016
1 parent 65eecf8 commit fd4bc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/redox/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit fd4bc88

Please sign in to comment.