Browse Source

Remove unknown feature

Alex Crichton 6 years ago
parent
commit
02bcce860b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/intrinsics.rs

+ 0 - 1
examples/intrinsics.rs

@@ -11,7 +11,6 @@
 #![feature(lang_items)]
 #![feature(lang_items)]
 #![feature(start)]
 #![feature(start)]
 #![feature(allocator_api)]
 #![feature(allocator_api)]
-#![cfg_attr(windows, feature(panic_unwind))]
 #![no_std]
 #![no_std]
 
 
 extern crate panic_handler;
 extern crate panic_handler;