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
commit 2d432ae35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,8 +136,6 @@ pub use hack::to_vec;
// `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