Browse Source

Remove unknown feature

Alex Crichton 6 năm trước cách đây
mục cha
commit
02bcce860b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/intrinsics.rs

+ 0 - 1
examples/intrinsics.rs

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