Просмотр исходного кода

Merge #69

69: Remove two nightly features in the ACPI crate r=IsaacWoods a=tomaka

These features have now been stabilized.

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
bors[bot] 5 лет назад
Родитель
Сommit
90a61fd4b7
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)]