Skip to content

Commit

Permalink
fix(rust_common): finish removing rust (#5803)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalandro committed Aug 22, 2023
1 parent f1422fe commit 87ae5e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion kythe/extractors/bazel/extractors.bazelrc
Expand Up @@ -26,5 +26,4 @@ build --experimental_action_listener=@kythe_release//:extract_kzip_go
build --experimental_action_listener=@kythe_release//:extract_kzip_java
build --experimental_action_listener=@kythe_release//:extract_kzip_jvm
build --experimental_action_listener=@kythe_release//:extract_kzip_protobuf
build --experimental_action_listener=@kythe_release//:extract_kzip_rust
build --experimental_action_listener=@kythe_release//:extract_kzip_typescript
10 changes: 0 additions & 10 deletions kythe/release/release.BUILD
Expand Up @@ -149,16 +149,6 @@ filegroup(
srcs = ["extractors/bazel_proto_extractor"],
)

filegroup(
name = "bazel_rust_extractor",
srcs = ["extractors/bazel_rust_extractor"],
)

filegroup(
name = "bazel_rust_extractor_script",
srcs = ["extractors/bazel_rust_extractor_script.sh"],
)

extractor_action(
name = "extract_kzip_cxx",
args = [
Expand Down

0 comments on commit 87ae5e2

Please sign in to comment.