Fix broken links for Rust merge

This commit is contained in:
blyxyas 2023-04-06 21:50:49 +02:00
parent de5c6d6b1e
commit cf260bc90f
No known key found for this signature in database
GPG key ID: 4D38170B5A2FC334
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ because that's clearly a non-descriptive name.
- [Lint passes](#lint-passes)
- [Emitting a lint](#emitting-a-lint)
- [Adding the lint logic](#adding-the-lint-logic)
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version--msrv-)
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version-msrv)
- [Author lint](#author-lint)
- [Print HIR lint](#print-hir-lint)
- [Documentation](#documentation)