Browse Source

Do not use unstable features

Vadim Kaushan 6 năm trước cách đây
mục cha
commit
573c41a1b2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      riscv-rt/src/lib.rs

+ 0 - 2
riscv-rt/src/lib.rs

@@ -164,8 +164,6 @@
 #![no_std]
 #![deny(missing_docs)]
 #![deny(warnings)]
-#![feature(compiler_builtins_lib)]
-#![feature(const_fn)]
 
 extern crate riscv;
 extern crate r0;