It seems that anchor names are implicitly all lowercase · model-checking/verify-rust-std@a4bac2b (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit a4bac2b
It seems that anchor names are implicitly all lowercase
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#Representation | |
146 | +//! [result_repr]: crate::result#representation | |
147 | 147 | //! |
148 | 148 | //! This is called the "null pointer optimization" or NPO. |
149 | 149 | //! |