diff options
| author | Philipp Krones <hello@philkrones.com> | 2022-07-06 10:01:03 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-07-06 10:01:28 +0200 |
| commit | 665d707b688008cd4775c945834ad6be2e2f532b (patch) | |
| tree | 3f934e8bd15bc1c18f509ecd80f63bf945c6c3f4 | |
| parent | f2a1e45246be1564a137db77d655e53fa3dc0759 (diff) | |
| download | rust-665d707b688008cd4775c945834ad6be2e2f532b.tar.gz rust-665d707b688008cd4775c945834ad6be2e2f532b.zip | |
Add Clippy book link to rust doc index page
| -rw-r--r-- | src/doc/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 2c92d5e2a18..b77790e33b7 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -93,6 +93,10 @@ accomplishing various tasks. [The Rustdoc Book](rustdoc/index.html) describes our documentation tool, `rustdoc`. +## The Clippy Book + +[The Clippy Book](clippy/index.html) describes our static analyzer, Clippy. + ## Extended Error Listing Many of Rust's errors come with error codes, and you can request extended |
