Skip to content

Commit 55802e3

Browse files
ltrattRalfJung
andauthored
Add Rust function pointers.
Co-authored-by: Ralf Jung <[email protected]>
1 parent 8cb8955 commit 55802e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//! * [`Box<T>`]
7979
//! * `&T`
8080
//! * `&mut T`
81-
//! * `extern "C" fn`
81+
//! * `fn`, `extern "C" fn`
8282
//! * [`num::NonZero*`]
8383
//! * [`ptr::NonNull<T>`]
8484
//! * `#[repr(transparent)]` struct around one of the types in this list.

0 commit comments

Comments
 (0)