diff options
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rust/testing.go b/rust/testing.go index 713a7448c..d9cacdc27 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -134,12 +134,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"], |