Skip to content

Commit

Permalink
Fix URL target, it's in the module not the type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 25, 2024
1 parent 2b2f83e commit f8279b1
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 @@ -143,7 +143,7 @@
//! [`num::NonZero*`]: crate::num
//! [`ptr::NonNull<U>`]: crate::ptr::NonNull
//! [function call ABI]: ../primitive.fn.html#abi-compatibility
//! [result_repr]: crate::result::Result#Representation
//! [result_repr]: crate::result#Representation
//!
//! This is called the "null pointer optimization" or NPO.
//!
Expand Down

0 comments on commit f8279b1

Please sign in to comment.