Improve doc for Result::unwrap()
This commit is contained in:
parent
b08d6cf529
commit
c3c761058c
1 changed files with 2 additions and 2 deletions
|
|
@ -727,8 +727,8 @@ impl<T, E: fmt::Debug> Result<T, E> {
|
|||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if the value is an `Err`, with a custom panic message provided
|
||||
/// by the `Err`'s value.
|
||||
/// Panics if the value is an `Err`, with a panic message provided by the
|
||||
/// `Err`'s value.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue