summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Ludovic Barman <ludovicb@google.com> 2023-12-16 06:20:12 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-12-16 06:20:12 +0000
commitcd11c9535fe7e09fb0ca385cfeb39880e4906980 (patch)
treefc07d7c6f0bd41e0ccf11965bfcf626f85220fbd /rust/testing.go
parentdb0eeb5bddbe4578cb5d7bab1014ea2bb7e0b548 (diff)
parent19739bf6a5db5e788f7556063deb0bf8f17da794 (diff)
Merge "Rust protobuf 2->3: Update build system" into main
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/rust/testing.go b/rust/testing.go
index 3fe751e17..0b34c9732 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -133,12 +133,6 @@ func GatherRequiredDepsForTest() string {
host_supported: true,
}
rust_library {
- name: "libprotobuf_deprecated",
- crate_name: "protobuf",
- srcs: ["foo.rs"],
- host_supported: true,
- }
- rust_library {
name: "libgrpcio",
crate_name: "grpcio",
srcs: ["foo.rs"],