Skip to content

Commit 1f9d9fb

Browse files
protobuf-github-botzhangskz
authored andcommitted
Remove rust proto libraries from the editions/BUILD file.
PiperOrigin-RevId: 605397582
1 parent f6b108a commit 1f9d9fb

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

  • src/google/protobuf/editions

src/google/protobuf/editions/BUILD

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
load("@rules_python//python:proto.bzl", "py_proto_library")
2-
load("//rust:defs.bzl", "rust_cc_proto_library", "rust_upb_proto_library")
32
load("//bazel:upb_proto_library.bzl", "upb_c_proto_library", "upb_proto_reflection_library")
43
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
54
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
@@ -127,20 +126,6 @@ py_proto_library(
127126
deps = [":test_messages_proto2_editions_proto"],
128127
)
129128

130-
rust_cc_proto_library(
131-
name = "test_messages_proto2_editions_rust_cc_proto",
132-
testonly = True,
133-
visibility = ["//conformance:__pkg__"],
134-
deps = [":test_messages_proto2_editions_cc_proto"],
135-
)
136-
137-
rust_upb_proto_library(
138-
name = "test_messages_proto2_editions_rust_upb_proto",
139-
testonly = True,
140-
visibility = ["//conformance:__pkg__"],
141-
deps = [":test_messages_proto2_editions_proto"],
142-
)
143-
144129
upb_c_proto_library(
145130
name = "test_messages_proto2_editions_upb_proto",
146131
testonly = 1,
@@ -203,20 +188,6 @@ py_proto_library(
203188
deps = [":test_messages_proto3_editions_proto"],
204189
)
205190

206-
rust_cc_proto_library(
207-
name = "test_messages_proto3_editions_rust_cc_proto",
208-
testonly = True,
209-
visibility = ["//conformance:__pkg__"],
210-
deps = [":test_messages_proto3_editions_cc_proto"],
211-
)
212-
213-
rust_upb_proto_library(
214-
name = "test_messages_proto3_editions_rust_upb_proto",
215-
testonly = True,
216-
visibility = ["//conformance:__pkg__"],
217-
deps = [":test_messages_proto3_editions_proto"],
218-
)
219-
220191
upb_c_proto_library(
221192
name = "test_messages_proto3_editions_upb_proto",
222193
testonly = 1,

0 commit comments

Comments
 (0)