Sfoglia il codice sorgente

remove erroneous import in string

Tom Almeida 7 anni fa
parent
commit
ca82b6df5b
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/string/src/lib.rs

+ 0 - 2
src/string/src/lib.rs

@@ -8,8 +8,6 @@ extern crate errno;
 extern crate platform;
 extern crate stdlib;
 
-pub use compiler_builtins::mem::*;
-
 use platform::types::*;
 use errno::*;
 use core::cmp;