| commit | 3384c14eedb4c21793336ab5c80931ce27abfc43 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Mon Sep 14 00:26:47 2020 -0400 |
| committer | David Tolnay <dtolnay@gmail.com> | Mon Sep 14 00:26:56 2020 -0400 |
| tree | 84cbaf4097f9378234bb990f354bf9cc6f7da068 | |
| parent | 3dacde91e1537fce54ccce74000fd2a647464668 [diff] [blame] |
Import from libcore where possible
diff --git a/src/rust_string.rs b/src/rust_string.rs index f0d1df1..d10714b 100644 --- a/src/rust_string.rs +++ b/src/rust_string.rs
@@ -1,4 +1,4 @@ -use std::mem; +use core::mem; #[repr(C)] pub struct RustString {