Update src/libcore/option.rs
Co-authored-by: Steve Klabnik <steve@steveklabnik.com>
This commit is contained in:
parent
adc2bf0cfe
commit
f445a8286e
1 changed files with 1 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ impl<'a, T> From<&'a Option<T>> for Option<&'a T> {
|
|||
|
||||
#[stable(feature = "option_ref_from_ref_option", since = "1.30.0")]
|
||||
impl<'a, T> From<&'a mut Option<T>> for Option<&'a mut T> {
|
||||
/// Converts from &mut Option<T> to Option<&mut T>
|
||||
/// Converts from `&mut Option<T>` to `Option<&mut T>`
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue