Skip to content

Commit 1724821

Browse files
committed
fix: remove unused imports
1 parent 1497f9e commit 1724821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::collections::hash_map::DefaultHasher;
22
use std::fmt;
3-
use std::fmt::{Formatter};
3+
use std::fmt::Formatter;
44
use std::hash::{Hash, Hasher};
55

66
use idna::punycode::decode_to_string;

0 commit comments

Comments
 (0)