We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e18fe4 commit bf9bdefCopy full SHA for bf9bdef
src/libstd/lib.rs
@@ -283,7 +283,7 @@
283
#![feature(on_unimplemented)]
284
#![feature(oom)]
285
#![feature(optin_builtin_traits)]
286
-#![cfg_attr(any(unix, target_os = "redox"), feature(panic_unwind))]
+#![feature(panic_unwind)]
287
#![feature(peek)]
288
#![feature(placement_in_syntax)]
289
#![feature(placement_new_protocol)]
@@ -358,7 +358,7 @@ extern crate std_unicode;
358
extern crate libc;
359
360
// We always need an unwinder currently for backtraces
361
-#[cfg(any(unix, target_os = "redox"))]
+#[allow(unused_extern_crates)]
362
extern crate unwind;
363
364
// compiler-rt intrinsics
0 commit comments