We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc2bf0 commit f445a82Copy full SHA for f445a82
src/libcore/option.rs
@@ -1399,7 +1399,7 @@ impl<'a, T> From<&'a Option<T>> for Option<&'a T> {
1399
1400
#[stable(feature = "option_ref_from_ref_option", since = "1.30.0")]
1401
impl<'a, T> From<&'a mut Option<T>> for Option<&'a mut T> {
1402
- /// Converts from &mut Option<T> to Option<&mut T>
+ /// Converts from `&mut Option<T>` to `Option<&mut T>`
1403
///
1404
/// # Examples
1405
0 commit comments