瀏覽代碼

remove unused feature gates

Jorge Aparicio 8 年之前
父節點
當前提交
55eb1b71a0
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

@@ -1,6 +1,4 @@
-#![allow(unused_features)]
 #![feature(asm)]
-#![feature(core_intrinsics)]
 #![feature(linkage)]
 #![feature(naked_functions)]
 #![cfg_attr(not(test), no_std)]