diff options
| author | Alex Huang <huangalex409@gmail.com> | 2023-03-10 08:23:45 -0500 |
|---|---|---|
| committer | Alex Huang <huangalex409@gmail.com> | 2023-03-10 08:23:45 -0500 |
| commit | 29b0befd18b91e8af9ca039526e4aa0c05fb0f2b (patch) | |
| tree | 7dddb68102f9a7966f62b72cd9f591294c11b5f9 | |
| parent | 60445fda58fc9f9aa413752530d6756ae5570f2f (diff) | |
| download | rust-29b0befd18b91e8af9ca039526e4aa0c05fb0f2b.tar.gz rust-29b0befd18b91e8af9ca039526e4aa0c05fb0f2b.zip | |
bootstrap: document tidy
| -rw-r--r-- | src/bootstrap/builder.rs | 1 | ||||
| -rw-r--r-- | src/bootstrap/doc.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 9b5e116aa5c..bba72810528 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -741,6 +741,7 @@ impl<'a> Builder<'a> { doc::EmbeddedBook, doc::EditionGuide, doc::StyleGuide, + doc::Tidy, ), Kind::Dist => describe!( dist::Docs, diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index cc80763ef44..36fdd4abf4f 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -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 { |
