Fix URL target, it's in the module not the type. · rust-lang/rust@f8279b1 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit f8279b1

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

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@
143 143 //! [`num::NonZero*`]: crate::num
144 144 //! [`ptr::NonNull`]: crate::ptr::NonNull
145 145 //! [function call ABI]: ../primitive.fn.html#abi-compatibility
146 -//! [result_repr]: crate::result::Result#Representation
146 +//! [result_repr]: crate::result#Representation
147 147 //!
148 148 //! This is called the "null pointer optimization" or NPO.
149 149 //!