Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b480da

Browse files
committedMay 25, 2024·
It seems that anchor names are implicitly all lowercase
1 parent f8279b1 commit 9b480da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
//! [`num::NonZero*`]: crate::num
144144
//! [`ptr::NonNull<U>`]: crate::ptr::NonNull
145145
//! [function call ABI]: ../primitive.fn.html#abi-compatibility
146-
//! [result_repr]: crate::result#Representation
146+
//! [result_repr]: crate::result#representation
147147
//!
148148
//! This is called the "null pointer optimization" or NPO.
149149
//!

0 commit comments

Comments
 (0)
Please sign in to comment.