It seems that anchor names are implicitly all lowercase

This commit is contained in:
Lokathor 2024-05-25 17:44:48 -06:00
parent f8279b10c3
commit 9b480da367

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#Representation
//! [result_repr]: crate::result#representation
//!
//! This is called the "null pointer optimization" or NPO.
//!