We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82b043 commit ca03d0dCopy full SHA for ca03d0d
std/src/keyword_docs.rs
@@ -182,7 +182,7 @@ mod break_keyword {}
182
/// T` and `*mut T`. More about `const` as used in raw pointers can be read at the Rust docs for the [pointer primitive].
183
///
184
/// [pointer primitive]: pointer
185
-/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
+/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#constants
186
/// [Reference]: ../reference/items/constant-items.html
187
/// [const-eval]: ../reference/const_eval.html
188
mod const_keyword {}
0 commit comments