From 665d707b688008cd4775c945834ad6be2e2f532b Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Wed, 6 Jul 2022 10:01:03 +0200 Subject: [PATCH] Add Clippy book link to rust doc index page --- src/doc/index.md | 4 ++++ 1 file changed, 4 insertions(+) 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