diff options
| author | Lokathor <zefria@gmail.com> | 2024-05-25 17:44:48 -0600 |
|---|---|---|
| committer | Lokathor <zefria@gmail.com> | 2024-05-25 17:44:48 -0600 |
| commit | 9b480da36790ea8314b77cf97ecaf7653afb3a1a (patch) | |
| tree | 1ad0cacbe623672348f9bd7e2f3bc40088805e2f | |
| parent | f8279b10c3ed4c71b62d519b67aaa985950012ce (diff) | |
| download | rust-9b480da36790ea8314b77cf97ecaf7653afb3a1a.tar.gz rust-9b480da36790ea8314b77cf97ecaf7653afb3a1a.zip | |
It seems that anchor names are implicitly all lowercase
| -rw-r--r-- | library/core/src/option.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/option.rs b/library/core/src/option.rs index 1fb65c845af..9a527073602 100644 --- a/library/core/src/option.rs +++ b/library/core/src/option.rs @@ -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. //! |
