浏览代码

Remove two nightly features in the ACPI crate

Pierre Krieger 5 年之前
父节点
当前提交
c5693d22c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      acpi/src/lib.rs

+ 1 - 1
acpi/src/lib.rs

@@ -22,7 +22,7 @@
 //! gathered from the static tables, and can be queried to set up hardware etc.
 
 #![no_std]
-#![feature(nll, exclusive_range_pattern, const_generics)]
+#![feature(const_generics)]
 
 extern crate alloc;
 #[cfg_attr(test, macro_use)]