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 2f43fe4 commit 0eda44bCopy full SHA for 0eda44b
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