Update books

This commit is contained in:
Eric Huss
2021-11-09 19:11:01 -08:00
parent 8b09ba6a5d
commit 9be22db5e1
6 changed files with 6 additions and 6 deletions

View File

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