Rename rustdoc to use underscores
This commit is contained in:
parent
9e3432447a
commit
47f88e17ab
2 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ impl Step for Rustdoc {
|
|||
// the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"
|
||||
// rustdoc a different name.
|
||||
let tool_rustdoc = builder.cargo_out(build_compiler, Mode::Tool, target)
|
||||
.join(exe("rustdoc-tool-binary", &target_compiler.host));
|
||||
.join(exe("rustdoc_tool_binary", &target_compiler.host));
|
||||
|
||||
// don't create a stage0-sysroot/bin directory.
|
||||
if target_compiler.stage > 0 {
|
||||
|
|
|
@ -7,7 +7,7 @@ authors = ["The Rust Project Developers"]
|
|||
# the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"
|
||||
# rustdoc a different name.
|
||||
[[bin]]
|
||||
name = "rustdoc-tool-binary"
|
||||
name = "rustdoc_tool_binary"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue