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 8cb8955 commit 55802e3Copy full SHA for 55802e3
library/core/src/option.rs
@@ -78,7 +78,7 @@
78
//! * [`Box<T>`]
79
//! * `&T`
80
//! * `&mut T`
81
-//! * `extern "C" fn`
+//! * `fn`, `extern "C" fn`
82
//! * [`num::NonZero*`]
83
//! * [`ptr::NonNull<T>`]
84
//! * `#[repr(transparent)]` struct around one of the types in this list.
0 commit comments