mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 20:43:03 +00:00
Add run-make-support to x doc
This commit is contained in:
parent
84b40fc908
commit
b119e42b18
@ -1028,6 +1028,14 @@ tool_doc!(
|
||||
is_library = true,
|
||||
crates = ["bootstrap"]
|
||||
);
|
||||
tool_doc!(
|
||||
RunMakeSupport,
|
||||
"run_make_support",
|
||||
"src/tools/run-make-support",
|
||||
rustc_tool = false,
|
||||
is_library = true,
|
||||
crates = ["run_make_support"]
|
||||
);
|
||||
|
||||
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
|
||||
pub struct ErrorIndex {
|
||||
|
@ -888,6 +888,7 @@ impl<'a> Builder<'a> {
|
||||
doc::Tidy,
|
||||
doc::Bootstrap,
|
||||
doc::Releases,
|
||||
doc::RunMakeSupport,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
Loading…
Reference in New Issue
Block a user