about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2016-10-28 15:12:30 -0600
committerJeremy Soller <jackpot51@gmail.com>2016-10-28 15:12:30 -0600
commit68fd7eebe255bd8bd2231db353a266c1bc1e911f (patch)
treef4cf5265865d7ef1b4e836aa985a93b4735e8907 /src/libstd
parenta5de9bb591c9752d39c87339fd8f5ff49ea4b2da (diff)
downloadrust-68fd7eebe255bd8bd2231db353a266c1bc1e911f.tar.gz
rust-68fd7eebe255bd8bd2231db353a266c1bc1e911f.zip
Can import unwind now
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index bcd03d2856a..219f244be29 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -316,7 +316,7 @@ extern crate rustc_unicode;
 extern crate libc;
 
 // We always need an unwinder currently for backtraces
-//REDOX TODO extern crate unwind;
+extern crate unwind;
 
 #[cfg(stage0)]
 extern crate alloc_system;