Move repeated_scalar.cc to repeated_field.cc

Repeated scalars and messages can share the same accessor code.

PiperOrigin-RevId: 599244388
pull/15435/head
Kevin King 1 year ago committed by Copybara-Service
parent df376c807c
commit a19ce5b002
  1. 2
      src/google/protobuf/compiler/rust/BUILD.bazel
  2. 0
      src/google/protobuf/compiler/rust/accessors/repeated_field.cc

@ -103,7 +103,7 @@ cc_library(
srcs = [
"accessors/accessors.cc",
"accessors/map.cc",
"accessors/repeated_scalar.cc",
"accessors/repeated_field.cc",
"accessors/singular_message.cc",
"accessors/singular_scalar.cc",
"accessors/singular_string.cc",

Loading…
Cancel
Save