Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #20448 from donni-h/patch-2
Fix dead link to Cargo.toml in documentation
Chayim Refael Friedman 8 months ago
parent 812cd91 · parent 53b27f2 · commit c4e73f7
-rw-r--r--docs/book/src/contributing/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/contributing/style.md b/docs/book/src/contributing/style.md
index 746f3eb132..fe09fb6c2f 100644
--- a/docs/book/src/contributing/style.md
+++ b/docs/book/src/contributing/style.md
@@ -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