Skip to content

Commit bb82418

Browse files
fix: distribute /tools/rust_analyzer
It seems that bazelbuild#1194 accidentally excluded //tools/rust_analyzer from the distribution. This change adds rust_analyzer back.
1 parent 41b39f0 commit bb82418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ filegroup(
77
"//tools/runfiles:distro",
88
"//tools/rustdoc:distro",
99
"//tools/rustfmt:distro",
10+
"//tools/rust_analyzer:distro",
1011
],
1112
visibility = ["//:__subpackages__"],
1213
)

0 commit comments

Comments
 (0)