Explorar el Código

Remove unused import in acpi

Isaac Woods hace 4 años
padre
commit
5a502f12da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      acpi/src/rsdp.rs

+ 1 - 1
acpi/src/rsdp.rs

@@ -1,5 +1,5 @@
 use super::AcpiError;
-use core::{mem, slice, str};
+use core::{slice, str};
 
 /// The first structure found in ACPI. It just tells us where the RSDT is.
 ///