Skip to content

Commit db43952

Browse files
authored
Add //tools/upstream_wrapper:rustdoc (#3561)
For completeness sake. With this we can add `rustdoc` to a `bazel_env` in the same way we do for the other tools.
1 parent c7f09c0 commit db43952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/upstream_wrapper/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TOOLS = {
44
"cargo": "//rust/toolchain:current_cargo_files",
55
"cargo_clippy": "//rust/toolchain:current_cargo_clippy_files",
66
"rustc": "//rust/toolchain:current_rustc_files",
7+
"rustdoc": "//rust/toolchain:current_rustdoc_files",
78
"rustfmt": "//rust/toolchain:current_rustfmt_toolchain_for_target",
89
}
910

0 commit comments

Comments
 (0)