You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/core/src/option.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@
135
135
//! | [`ptr::NonNull<U>`] | when `U: Sized` |
136
136
//! | `#[repr(transparent)]` struct around one of the types in this list. | when it holds for the inner type |
137
137
//!
138
-
//! [^extern_fn]: this remains true for any argument/return types and any other ABI: `extern "abi" fn` (_e.g._, `extern "system" fn`)
138
+
//! [^extern_fn]: this remains true for `unsafe` variants, any argument/return types and any other ABI: `unsafe extern "abi" fn` (_e.g._, `extern "system" fn`)
139
139
//!
140
140
//! Under some conditions the above types `T` are also null pointer optimized when wrapped in a [`Result`][result_repr].
0 commit comments