Browse Source

asm is stable

Gary Guo 3 years ago
parent
commit
e5bc3a1542
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -1,7 +1,6 @@
 #![doc = include_str!("../README.md")]
 #![feature(c_unwind)]
 #![feature(naked_functions)]
-#![feature(asm)]
 #![cfg_attr(
     any(feature = "personality", feature = "personality-dummy"),
     feature(lang_items)