Browse Source

remove erroneous import in string

Tom Almeida 7 years ago
parent
commit
ca82b6df5b
1 changed files with 0 additions and 2 deletions
  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;