|
|
@@ -130,12 +130,8 @@ use std::path::{Path, PathBuf};
|
|
|
pub use host::{Host, Ipv6Address};
|
|
|
pub use parser::{ErrorHandler, ParseResult, ParseError};
|
|
|
|
|
|
-#[deprecated = "Moved to the `percent_encoding` module"]
|
|
|
-pub use percent_encoding::{
|
|
|
- percent_decode, percent_decode_to, percent_encode, percent_encode_to,
|
|
|
- utf8_percent_encode, utf8_percent_encode_to, lossy_utf8_percent_decode,
|
|
|
- SIMPLE_ENCODE_SET, QUERY_ENCODE_SET, DEFAULT_ENCODE_SET, USERINFO_ENCODE_SET,
|
|
|
- PASSWORD_ENCODE_SET, USERNAME_ENCODE_SET, FORM_URLENCODED_ENCODE_SET, EncodeSet,
|
|
|
+use percent_encoding::{
|
|
|
+ percent_decode_to, percent_encode, lossy_utf8_percent_decode, DEFAULT_ENCODE_SET,
|
|
|
};
|
|
|
|
|
|
use format::{PathFormatter, UserInfoFormatter, UrlNoFragmentFormatter};
|