Skip to content

Commit 68fd7ee

Browse files
committed
Can import unwind now
1 parent a5de9bb commit 68fd7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ extern crate rustc_unicode;
316316
extern crate libc;
317317

318318
// We always need an unwinder currently for backtraces
319-
//REDOX TODO extern crate unwind;
319+
extern crate unwind;
320320

321321
#[cfg(stage0)]
322322
extern crate alloc_system;

0 commit comments

Comments
 (0)