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 3955779 commit 415a8e5Copy full SHA for 415a8e5
library/core/src/option.rs
@@ -562,10 +562,6 @@ impl<T> Option<T> {
562
}
563
564
565
- /////////////////////////////////////////////////////////////////////////
566
- // Setting a new value
567
568
-
569
/// Inserts `value` into the option then returns a mutable reference to it.
570
///
571
/// If the option already contains a value, the old value is dropped.
0 commit comments