Skip to content

Commit abd0ec3

Browse files
authored
chore: update variables5.rs book link (#351)
chore: update variables5.rs book link chore: update variables5.rs book link
1 parent cfb98a5 commit abd0ec3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

info.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ because we want to assign a different typed value to an existing variable. Somet
5252
you may also like to reuse existing variable names because you are just converting
5353
values to different types like in this exercise.
5454
Fortunately Rust has a powerful solution to this problem: 'Shadowing'!
55-
You can read more about 'Shadowing' in the book's section 'Variables and Mutability'.
55+
You can read more about 'Shadowing' in the book's section 'Variables and Mutability':
56+
https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#shadowing
5657
Try to solve this exercise afterwards using this technique."""
5758

5859
# IF

0 commit comments

Comments
 (0)