From ef313bfff1dd73f7aa7e52c043f223999394b933 Mon Sep 17 00:00:00 2001 From: Allan <allan.sduarte@gmail.com> Date: Wed, 27 May 2020 21:57:12 -0300 Subject: [PATCH] chore: Update variables6.rs book link --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index e2aa82a..66d60da 100644 --- a/info.toml +++ b/info.toml @@ -68,7 +68,7 @@ then 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 +https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants """ # IF