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 5c181c6 commit a68a913Copy full SHA for a68a913
url/src/lib.rs
@@ -1228,7 +1228,6 @@ impl Url {
1228
self.port.or_else(|| parser::default_port(self.scheme()))
1229
}
1230
1231
- #[cfg(not(target_arch = "wasm32"))]
1232
/// Resolve a URL’s host and port number to `SocketAddr`.
1233
///
1234
/// If the URL has the default port number of a scheme that is unknown to this library,
@@ -1238,8 +1237,6 @@ impl Url {
1238
1237
1239
/// If the host is a domain, it is resolved using the standard library’s DNS support.
1240
1241
- /// **Note:** this feature is not available on `target_arch = "wasm32"`.
1242
- ///
1243
/// # Examples
1244
1245
/// ```no_run
0 commit comments