Skip to content

Commit 4fbc5a6

Browse files
committed
stray merge
1 parent b839cf3 commit 4fbc5a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

url/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ impl Url {
12261226
self.port.or_else(|| parser::default_port(self.scheme()))
12271227
}
12281228

1229-
#[cfg(not(target_arch = "wasm32"))]
12301229
/// Resolve a URL’s host and port number to `SocketAddr`.
12311230
///
12321231
/// If the URL has the default port number of a scheme that is unknown to this library,
@@ -1236,8 +1235,6 @@ impl Url {
12361235
///
12371236
/// If the host is a domain, it is resolved using the standard library’s DNS support.
12381237
///
1239-
/// **Note:** this feature is not available on `target_arch = "wasm32"`.
1240-
///
12411238
/// # Examples
12421239
///
12431240
/// ```no_run

0 commit comments

Comments
 (0)