mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
Document clippy on nightly-rustc
This commit is contained in:
parent
dd757b9e06
commit
01e441f8e5
@ -482,6 +482,7 @@ impl<'a> Builder<'a> {
|
|||||||
doc::RustByExample,
|
doc::RustByExample,
|
||||||
doc::RustcBook,
|
doc::RustcBook,
|
||||||
doc::CargoBook,
|
doc::CargoBook,
|
||||||
|
doc::Clippy,
|
||||||
doc::EmbeddedBook,
|
doc::EmbeddedBook,
|
||||||
doc::EditionGuide,
|
doc::EditionGuide,
|
||||||
),
|
),
|
||||||
|
@ -755,6 +755,7 @@ tool_doc!(
|
|||||||
"src/tools/rustfmt",
|
"src/tools/rustfmt",
|
||||||
["rustfmt-nightly", "rustfmt-config_proc_macro"],
|
["rustfmt-nightly", "rustfmt-config_proc_macro"],
|
||||||
);
|
);
|
||||||
|
tool_doc!(Clippy, "clippy", "src/tools/clippy", ["clippy_utils"]);
|
||||||
|
|
||||||
#[derive(Ord, PartialOrd, Debug, Copy, Clone, Hash, PartialEq, Eq)]
|
#[derive(Ord, PartialOrd, Debug, Copy, Clone, Hash, PartialEq, Eq)]
|
||||||
pub struct ErrorIndex {
|
pub struct ErrorIndex {
|
||||||
|
Loading…
Reference in New Issue
Block a user