Document clippy on nightly-rustc
This commit is contained in:
parent
dd757b9e06
commit
01e441f8e5
2 changed files with 2 additions and 0 deletions
|
@ -482,6 +482,7 @@ impl<'a> Builder<'a> {
|
|||
doc::RustByExample,
|
||||
doc::RustcBook,
|
||||
doc::CargoBook,
|
||||
doc::Clippy,
|
||||
doc::EmbeddedBook,
|
||||
doc::EditionGuide,
|
||||
),
|
||||
|
|
|
@ -755,6 +755,7 @@ tool_doc!(
|
|||
"src/tools/rustfmt",
|
||||
["rustfmt-nightly", "rustfmt-config_proc_macro"],
|
||||
);
|
||||
tool_doc!(Clippy, "clippy", "src/tools/clippy", ["clippy_utils"]);
|
||||
|
||||
#[derive(Ord, PartialOrd, Debug, Copy, Clone, Hash, PartialEq, Eq)]
|
||||
pub struct ErrorIndex {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue