Browse Source

Removed an unused import from printf

Tom Almeida 7 years ago
parent
commit
046ce1468e
1 changed files with 1 additions and 1 deletions
  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 platform::types::*;
 use vl::VaList;
 use vl::VaList;