Skip to content

Commit a68a913

Browse files
committed
stray merge
1 parent 5c181c6 commit a68a913

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

url/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,6 @@ impl Url {
12281228
self.port.or_else(|| parser::default_port(self.scheme()))
12291229
}
12301230

1231-
#[cfg(not(target_arch = "wasm32"))]
12321231
/// Resolve a URL’s host and port number to `SocketAddr`.
12331232
///
12341233
/// If the URL has the default port number of a scheme that is unknown to this library,
@@ -1238,8 +1237,6 @@ impl Url {
12381237
///
12391238
/// If the host is a domain, it is resolved using the standard library’s DNS support.
12401239
///
1241-
/// **Note:** this feature is not available on `target_arch = "wasm32"`.
1242-
///
12431240
/// # Examples
12441241
///
12451242
/// ```no_run

0 commit comments

Comments
 (0)