Skip to content

Commit

Permalink
Merge pull request #3418 from krishnakumarg1984/kg/add_appendixe_url
Browse files Browse the repository at this point in the history
In Appendix D, adds hyperlink to Appendix E
  • Loading branch information
chriskrycho authored Apr 17, 2024
2 parents ba4b237 + 64af4ed commit 0eb2257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appendix-04-useful-development-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 0eb2257

Please sign in to comment.