diff options
| author | liv <mokou@fastmail.com> | 2022-07-11 11:51:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 11:51:13 +0200 |
| commit | 612ae8b8f741c3f1b468bea557508b07d895340b (patch) | |
| tree | 4eeef0cbc0aa04b002a469ffa5208e829e01d0e4 | |
| parent | 6588d9be22b511c98520de4f4df0c3939aae610e (diff) | |
| parent | baca5d62aebdac65c691f28f2f306be83662c863 (diff) | |
Merge pull request #1024 from klkl0808/patch-2
Update link to book in variables5
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
