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.
2 parents 6723b9a + 0eda44b commit 18d78daCopy full SHA for 18d78da
1 file changed
library/core/src/option.rs
@@ -40,9 +40,6 @@
40
//! }
41
//! ```
42
//!
43
-//
44
-// FIXME: Show how `Option` is used in practice, with lots of methods
45
46
//! # Options and pointers ("nullable" pointers)
47
48
//! Rust's pointer types must always point to a valid location; there are
0 commit comments