Isaac Woods 4 лет назад
Родитель
Сommit
5a502f12da
1 измененных файлов с 1 добавлено и 1 удалено
  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.
 ///