1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-10 22:42:13 +02:00

Merge pull request #1024 from klkl0808/patch-2

Update link to book in variables5
This commit is contained in:
liv
2022-07-11 11:51:13 +02:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ than keyword 'let'.
Constants types must also always be annotated.
Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability':
https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#constants
"""
# FUNCTIONS