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