Browse Source

remove erroneous import in string

Tom Almeida 7 năm trước cách đây
mục cha
commit
ca82b6df5b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;