Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set #![allow(nonstandard_style)] at the top level of our codegen crates.
Right now we generally hit warnings only in cases where someone used non-style-conformant names in their .proto, but warnings on rs codegen aren't the greatest way to surface those and it results in a lot of spam on our tests that intentionally violate the style guide. PiperOrigin-RevId: 713742680
- Loading branch information