mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
bootstrap: document tidy
This commit is contained in:
parent
60445fda58
commit
29b0befd18
@ -741,6 +741,7 @@ impl<'a> Builder<'a> {
|
||||
doc::EmbeddedBook,
|
||||
doc::EditionGuide,
|
||||
doc::StyleGuide,
|
||||
doc::Tidy,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
@ -882,6 +882,7 @@ tool_doc!(
|
||||
// "cargo-credential-wincred",
|
||||
]
|
||||
);
|
||||
tool_doc!(Tidy, "tidy", "src/tools/tidy", ["tidy"]);
|
||||
|
||||
#[derive(Ord, PartialOrd, Debug, Copy, Clone, Hash, PartialEq, Eq)]
|
||||
pub struct ErrorIndex {
|
||||
|
Loading…
Reference in New Issue
Block a user