Skip to content

Commit 0eda44b

Browse files
committed
Delete the 12 year old fixme
1 parent 2f43fe4 commit 0eda44b

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)