Maros Grego %!s(int64=5) %!d(string=hai) anos
pai
achega
d4b4390289
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      percent_encoding/src/lib.rs

+ 1 - 1
percent_encoding/src/lib.rs

@@ -41,13 +41,13 @@
 #[cfg(feature = "alloc")]
 extern crate alloc;
 
-use core::{fmt, mem, slice, str};
 #[cfg(feature = "alloc")]
 use alloc::{
     borrow::{Cow, ToOwned},
     string::String,
     vec::Vec,
 };
+use core::{fmt, mem, slice, str};
 
 /// Represents a set of characters or bytes in the ASCII range.
 ///