Merge pull request #20448 from donni-h/patch-2

Fix dead link to Cargo.toml in documentation
This commit is contained in:
Chayim Refael Friedman 2025-08-13 16:42:15 +00:00 committed by GitHub
commit c4e73f7bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ Including a description and GIF suitable for the changelog means less work for t
## Clippy
We use Clippy to improve the code, but if some lints annoy you, allow them in the [Cargo.toml](../../Cargo.toml) [workspace.lints.clippy] section.
We use Clippy to improve the code, but if some lints annoy you, allow them in the [Cargo.toml](https://github.com/rust-lang/rust-analyzer/blob/master/Cargo.toml) [workspace.lints.clippy] section.
# Code