Skip to content

Commit 9be22db

Browse files
committed
Update books
1 parent 8b09ba6 commit 9be22db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

library/std/src/keyword_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ mod break_keyword {}
182182
/// T` and `*mut T`. More about `const` as used in raw pointers can be read at the Rust docs for the [pointer primitive].
183183
///
184184
/// [pointer primitive]: pointer
185-
/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
185+
/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#constants
186186
/// [Reference]: ../reference/items/constant-items.html
187187
/// [const-eval]: ../reference/const_eval.html
188188
mod const_keyword {}

0 commit comments

Comments
 (0)