bootstrap: document tidy

This commit is contained in:
Alex Huang 2023-03-10 08:23:45 -05:00
parent 60445fda58
commit 29b0befd18
2 changed files with 2 additions and 0 deletions

View File

@ -741,6 +741,7 @@ impl<'a> Builder<'a> {
doc::EmbeddedBook,
doc::EditionGuide,
doc::StyleGuide,
doc::Tidy,
),
Kind::Dist => describe!(
dist::Docs,

View File

@ -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 {