Rollup merge of #74143 - pickfire:patch-2, r=jonas-schievink
Try remove unneeded ToString import in liballoc slice
This commit is contained in:
commit
2d432ae35b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue