Skip to content

Commit d4b4390

Browse files
committed
Lint
1 parent fd34ccb commit d4b4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percent_encoding/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
#[cfg(feature = "alloc")]
4242
extern crate alloc;
4343

44-
use core::{fmt, mem, slice, str};
4544
#[cfg(feature = "alloc")]
4645
use alloc::{
4746
borrow::{Cow, ToOwned},
4847
string::String,
4948
vec::Vec,
5049
};
50+
use core::{fmt, mem, slice, str};
5151

5252
/// Represents a set of characters or bytes in the ASCII range.
5353
///

0 commit comments

Comments
 (0)