Skip to content

Commit 0965443

Browse files
authoredJul 8, 2020
Remove unneeded ToString import in liballoc slice
1 parent 8ac1525 commit 0965443

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/liballoc/slice.rs

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ pub use hack::to_vec;
136136
// `test_permutations` test
137137
mod hack {
138138
use crate::boxed::Box;
139-
#[cfg(test)]
140-
use crate::string::ToString;
141139
use crate::vec::Vec;
142140

143141
// We shouldn't add inline attribute to this since this is used in

0 commit comments

Comments
 (0)
Please sign in to comment.