diff options
| author | bors <bors@rust-lang.org> | 2024-01-20 19:55:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-20 19:55:26 +0000 |
| commit | 038d115cd8659bbe4d5e9600839759f55dfcfb0c (patch) | |
| tree | 38a3eb678d48946c490d1c31e7b1fd9ff819a8be /library/core/src | |
| parent | 1828461982f37d1a0053d156cedad5522b0f8a97 (diff) | |
| parent | 774cd3afd5dad311f9be97f74eb6d1a89ad06d38 (diff) | |
| download | rust-038d115cd8659bbe4d5e9600839759f55dfcfb0c.tar.gz rust-038d115cd8659bbe4d5e9600839759f55dfcfb0c.zip | |
Auto merge of #120170 - GuillaumeGomez:rollup-edqdf30, r=GuillaumeGomez
Rollup of 6 pull requests Successful merges: - #119997 (Fix impl stripped in rustdoc HTML whereas it should not be in case the impl is implemented on a type alias) - #120000 (Ensure `callee_id`s are body owners) - #120063 (Remove special handling of `box` expressions from parser) - #120116 (Remove alignment-changing in-place collect) - #120138 (Increase vscode settings.json `git.detectSubmodulesLimit`) - #120169 (Spelling fix) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/error.rs b/library/core/src/error.rs index f1a7ad93548..ded17e69bd9 100644 --- a/library/core/src/error.rs +++ b/library/core/src/error.rs @@ -415,7 +415,7 @@ where // Request and its methods /////////////////////////////////////////////////////////////////////////////// -/// `Request` supports generic, type-driven access to data. It's use is currently restricted to the +/// `Request` supports generic, type-driven access to data. Its use is currently restricted to the /// standard library in cases where trait authors wish to allow trait implementors to share generic /// information across trait boundaries. The motivating and prototypical use case is /// `core::error::Error` which would otherwise require a method per concrete type (eg. |
