Update without_std.rs (#2990)

fix typo
This commit is contained in:
Weiliang Li
2019-07-02 15:41:55 +09:00
committed by Bastian Köcher
parent 3e2c77aa21
commit 24595c0920
+1 -1
View File
@@ -68,7 +68,7 @@ pub use core::slice;
// Allow intepreting vectors of bytes as strings, but not constructing them.
pub use core::str;
// We are trying to avoid certain things here, such as `core::string`
// (if you need `String` you most probably doing something wrong, since
// (if you need `String` you are probably doing something wrong, since
// runtime doesn't require anything human readable).
pub mod collections {