Skip to content

Commit

Permalink
Add Rust function pointers.
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
ltratt and RalfJung authored Aug 12, 2020
1 parent 8cb8955 commit 55802e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
//! * [`Box<T>`]
//! * `&T`
//! * `&mut T`
//! * `extern "C" fn`
//! * `fn`, `extern "C" fn`
//! * [`num::NonZero*`]
//! * [`ptr::NonNull<T>`]
//! * `#[repr(transparent)]` struct around one of the types in this list.
Expand Down

0 comments on commit 55802e3

Please sign in to comment.