浏览代码

Remove unused import in acpi

Isaac Woods 4 年之前
父节点
当前提交
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 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.
 /// The first structure found in ACPI. It just tells us where the RSDT is.
 ///
 ///