Add missing words in Infallible docs
This sentence was previously incomplete.
This commit is contained in:
parent
1067e2ca5e
commit
e56d89ae62
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue