]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/inefficient_to_string.fixed
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / inefficient_to_string.fixed
index 32bc7574a52ea2056a3d67f7e21b7bc6b7d907a8..c972b9419ef76adaf2aa18168ada844245be25a5 100644 (file)
@@ -2,7 +2,6 @@
 #![deny(clippy::inefficient_to_string)]
 
 use std::borrow::Cow;
-use std::string::ToString;
 
 fn main() {
     let rstr: &str = "hello";