Skip to content

Commit

Permalink
chore: update variables5.rs book link (#351)
Browse files Browse the repository at this point in the history
chore: update variables5.rs book link

chore: update variables5.rs book link
  • Loading branch information
saurav-2104 authored Apr 12, 2020
1 parent cfb98a5 commit abd0ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

# IF
Expand Down

0 comments on commit abd0ec3

Please sign in to comment.