Sfoglia il codice sorgente

chore(acpi): remove an unused feature gate

toku-sa-n 3 anni fa
parent
commit
13b821cada
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;