diff options
| -rw-r--r-- | src/libstd/lib.rs | 2 |
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; |
