diff options
| author | bors <bors@rust-lang.org> | 2025-04-04 23:03:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-04 23:03:57 +0000 |
| commit | bad13a970a136389187dd1cf2f2fc737a8bea5fc (patch) | |
| tree | f414c61af1d840f878ec98c92b5b29790b4c9643 /library/std/src | |
| parent | 17ffbc81a30c094193836a5d7f90dff273b5df93 (diff) | |
| parent | a612ee78c12ea7fa497b9ea6dbe28eabbf4be796 (diff) | |
| download | rust-bad13a970a136389187dd1cf2f2fc737a8bea5fc.tar.gz rust-bad13a970a136389187dd1cf2f2fc737a8bea5fc.zip | |
Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - #139041 (Remove `rustc_middle::ty::util::ExplicitSelf`.) - #139328 (Fix 2024 edition doctest panic output) - #139339 (unstable book: document tait) - #139348 (AsyncDestructor: replace fields with impl_did) - #139353 (Fix `Debug` impl for `LateParamRegionKind`.) - #139366 (ToSocketAddrs: fix typo) - #139374 (Use the span of the whole bound when the diagnostic talks about a bound) - #139378 (Use target-agnostic LLD flags in bootstrap for `use-lld`) - #139384 (Add `compiletest` adhoc_group for `r? compiletest`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/net/socket_addr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/net/socket_addr.rs b/library/std/src/net/socket_addr.rs index 4c8905c0d46..41e623e79ce 100644 --- a/library/std/src/net/socket_addr.rs +++ b/library/std/src/net/socket_addr.rs @@ -101,7 +101,7 @@ use crate::{io, iter, option, slice, vec}; /// assert_eq!(err.kind(), io::ErrorKind::InvalidInput); /// ``` /// -/// [`TcpStream::connect`] is an example of an function that utilizes +/// [`TcpStream::connect`] is an example of a function that utilizes /// `ToSocketAddrs` as a trait bound on its parameter in order to accept /// different types: /// |
