Skip to content

Commit 18d78da

Browse files
Rollup merge of #155913 - mejrs:delete_the_fixme, r=nia-e
Delete the 12 year old fixme I think Option is documented well enough at this point.
2 parents 6723b9a + 0eda44b commit 18d78da

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

library/core/src/option.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
//! }
4141
//! ```
4242
//!
43-
//
44-
// FIXME: Show how `Option` is used in practice, with lots of methods
45-
//
4643
//! # Options and pointers ("nullable" pointers)
4744
//!
4845
//! Rust's pointer types must always point to a valid location; there are

0 commit comments

Comments
 (0)