Get rid of core::string in sr-std. (#783)

This commit is contained in:
Sergey Pepyakin
2018-09-21 15:45:04 +03:00
committed by Gav Wood
parent 25393abef8
commit 28cc4d0fd6
5 changed files with 6 additions and 6 deletions
-1
View File
@@ -29,7 +29,6 @@ pub use std::ops;
pub use std::ptr;
pub use std::rc;
pub use std::slice;
pub use std::string;
pub use std::vec;
pub use std::result;