Forráskód Böngészése

Remove unused import in acpi

Isaac Woods 5 éve
szülő
commit
5a502f12da
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.
 ///