We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1497f9e commit 1724821Copy full SHA for 1724821
src/url.rs
@@ -1,6 +1,6 @@
1
use std::collections::hash_map::DefaultHasher;
2
use std::fmt;
3
-use std::fmt::{Formatter};
+use std::fmt::Formatter;
4
use std::hash::{Hash, Hasher};
5
6
use idna::punycode::decode_to_string;
0 commit comments