Merge pull request #3418 from krishnakumarg1984/kg/add_appendixe_url

In Appendix D, adds hyperlink to Appendix E
This commit is contained in:
Chris Krycho 2024-04-17 17:11:02 -06:00 committed by GitHub
commit 0eb2257923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,7 @@ fn main() {
The `for` loop variable is now named `_i`, and the warning no longer appears.
You can also use the `cargo fix` command to transition your code between
different Rust editions. Editions are covered in Appendix E.
different Rust editions. Editions are covered in [Appendix E][editions].
### More Lints with Clippy
@ -178,3 +178,4 @@ particular IDE. Your IDE will gain abilities such as autocompletion, jump to
definition, and inline errors.
[rust-analyzer]: https://rust-analyzer.github.io
[editions]: appendix-05-editions.md