Browse Source

Remove unused import in acpi

Isaac Woods 4 years ago
parent
commit
5a502f12da
1 changed files with 1 additions and 1 deletions
  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.
 ///