Rollup merge of #74143 - pickfire:patch-2, r=jonas-schievink

Try remove unneeded ToString import in liballoc slice
This commit is contained in:
Manish Goregaokar
2020-07-09 11:50:42 -07:00
committed by GitHub
-2
View File
@@ -136,8 +136,6 @@
// `test_permutations` test
mod hack {
use crate::boxed::Box;
#[cfg(test)]
use crate::string::ToString;
use crate::vec::Vec;
// We shouldn't add inline attribute to this since this is used in