diff options
| author | Lokathor <zefria@gmail.com> | 2024-05-25 16:46:58 -0600 |
|---|---|---|
| committer | Lokathor <zefria@gmail.com> | 2024-05-25 16:46:58 -0600 |
| commit | f8279b10c3ed4c71b62d519b67aaa985950012ce (patch) | |
| tree | 7ba0b75766879b8ee69c5bd6a1b622deb18d2774 | |
| parent | 2b2f83e5ffcc01a1ab77e2384893654191df603d (diff) | |
| download | rust-f8279b10c3ed4c71b62d519b67aaa985950012ce.tar.gz rust-f8279b10c3ed4c71b62d519b67aaa985950012ce.zip | |
Fix URL target, it's in the module not the type.
| -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 c9b3c62dc41..1fb65c845af 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::Result#Representation +//! [result_repr]: crate::result#Representation //! //! This is called the "null pointer optimization" or NPO. //! |
