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,
|
is_library = true,
|
||||||
crates = ["bootstrap"]
|
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)]
|
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
|
||||||
pub struct ErrorIndex {
|
pub struct ErrorIndex {
|
||||||
|
@ -888,6 +888,7 @@ impl<'a> Builder<'a> {
|
|||||||
doc::Tidy,
|
doc::Tidy,
|
||||||
doc::Bootstrap,
|
doc::Bootstrap,
|
||||||
doc::Releases,
|
doc::Releases,
|
||||||
|
doc::RunMakeSupport,
|
||||||
),
|
),
|
||||||
Kind::Dist => describe!(
|
Kind::Dist => describe!(
|
||||||
dist::Docs,
|
dist::Docs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user