From 500422d594bb75496b49e95ae104945dcd7c19a6 Mon Sep 17 00:00:00 2001 From: Allan Soares Duarte Date: Thu, 28 May 2020 04:33:15 -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