浏览代码

chore(acpi): remove an unused feature gate

toku-sa-n 3 年之前
父节点
当前提交
13b821cada
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      acpi/src/lib.rs

+ 0 - 1
acpi/src/lib.rs

@@ -48,7 +48,6 @@
  */
 
 #![no_std]
-#![feature(const_generics)]
 #![deny(unsafe_op_in_unsafe_fn)]
 
 extern crate alloc;