Skip to content

Commit

Permalink
Rollup merge of rust-lang#89781 - Wilfred:patch-2, r=JohnTitor
Browse files Browse the repository at this point in the history
Add missing words in `Infallible` docs

This sentence was previously incomplete.
  • Loading branch information
JohnTitor authored Oct 13, 2021
2 parents 9ef50f9 + e56d89a commit a866484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/convert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ impl AsMut<str> for str {
///
/// However there is one case where `!` syntax can be used
/// before `!` is stabilized as a full-fledged type: in the position of a function’s return type.
/// Specifically, it is possible implementations for two different function pointer types:
/// Specifically, it is possible to have implementations for two different function pointer types:
///
/// ```
/// trait MyTrait {}
Expand Down

0 comments on commit a866484

Please sign in to comment.