about summary refs log tree commit diff
path: root/src/liballoc/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc/string.rs')
-rw-r--r--src/liballoc/string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs
index 95f6b28a168..d74a3f004a3 100644
--- a/src/liballoc/string.rs
+++ b/src/liballoc/string.rs
@@ -64,8 +64,8 @@ use core::{
 };
 
 use crate::{
-    collections::CollectionAllocErr,
     borrow::{Cow, ToOwned},
+    collections::CollectionAllocErr,
     boxed::Box,
     str::{self, from_boxed_utf8_unchecked, FromStr, Utf8Error, Chars},
     vec::Vec,