Rollup merge of #23474 - nagisa:patch-1, r=steveklabnik
r? @steveklabnik
This commit is contained in:
commit
b06c9a01c1
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ impl<T, E> Result<T, E> {
|
|||
/// Convert from `Result<T, E>` to `Option<E>`
|
||||
///
|
||||
/// Converts `self` into an `Option<E>`, consuming `self`,
|
||||
/// and discarding the value, if any.
|
||||
/// and discarding the success value, if any.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue