diff --git a/rust/cpp.rs b/rust/cpp.rs index 4ffbd4b8f3..6a68bee691 100644 --- a/rust/cpp.rs +++ b/rust/cpp.rs @@ -317,7 +317,7 @@ pub fn cast_enum_repeated_view( pub fn cast_enum_repeated_mut( private: Private, mut repeated: RepeatedMut, -) -> RepeatedMut { +) -> RepeatedMut { // SAFETY: the implementer of `Enum` has promised that this // raw repeated is a type-erased `proto2::RepeatedField*`. unsafe {