Skip to content

Commit

Permalink
Regenerate bundled protos
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 25, 2024
1 parent d275403 commit fd39b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/src/well_known_types/struct_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Struct {
fn generated_message_descriptor_data() -> crate::reflect::GeneratedMessageDescriptorData {
let mut fields = ::std::vec::Vec::with_capacity(1);
let mut oneofs = ::std::vec::Vec::with_capacity(0);
fields.push(crate::reflect::rt::v2::make_map_simpler_accessor::<_, _, _>(
fields.push(crate::reflect::rt::v2::make_map_simpler_accessor_new::<_, _>(
"fields",
|m: &Struct| { &m.fields },
|m: &mut Struct| { &mut m.fields },
Expand Down

0 comments on commit fd39b62

Please sign in to comment.