Przeglądaj źródła

Removed an unused import from printf

Tom Almeida 7 lat temu
rodzic
commit
046ce1468e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/stdio/src/printf.rs

+ 1 - 1
src/stdio/src/printf.rs

@@ -1,4 +1,4 @@
-use core::{fmt, mem, slice, str};
+use core::{fmt, slice, str};
 
 use platform::types::*;
 use vl::VaList;