Fix URL target, it's in the module not the type.

This commit is contained in:
Lokathor 2024-05-25 16:46:58 -06:00
parent 2b2f83e5ff
commit f8279b10c3

View File

@ -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.
//!