Skip to content

Commit

Permalink
fix: distribute /tools/rust_analyzer
Browse files Browse the repository at this point in the history
It seems that bazelbuild#1194 accidentally excluded //tools/rust_analyzer from the distribution.
This change adds rust_analyzer back.
  • Loading branch information
roman-kashitsyn committed Mar 25, 2022
1 parent 41b39f0 commit bb82418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ filegroup(
"//tools/runfiles:distro",
"//tools/rustdoc:distro",
"//tools/rustfmt:distro",
"//tools/rust_analyzer:distro",
],
visibility = ["//:__subpackages__"],
)

0 comments on commit bb82418

Please sign in to comment.