Skip to content

Commit 415a8e5

Browse files
Canoppickfire
andcommitted
Update library/core/src/option.rs
Co-authored-by: Ivan Tham <[email protected]>
1 parent 3955779 commit 415a8e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/core/src/option.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,6 @@ impl<T> Option<T> {
562562
}
563563
}
564564

565-
/////////////////////////////////////////////////////////////////////////
566-
// Setting a new value
567-
/////////////////////////////////////////////////////////////////////////
568-
569565
/// Inserts `value` into the option then returns a mutable reference to it.
570566
///
571567
/// If the option already contains a value, the old value is dropped.

0 commit comments

Comments
 (0)