Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use valid command flag #655

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nilslice
Copy link

@nilslice nilslice commented Oct 5, 2022

This PR fixes what appears to be an invalid flag used in generated comments:

// This file is generated by rust-protobuf 3.2.0. Do not edit
// .proto file is parsed by protoc --rust-out=...
// @generated

--rust-out should be --rust_out, and these commit update what appears to be the primary source of that comment, and manual changes to other files which use this comment (which might be generated, but at quick glance I couldn't tell how they are generated if so).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant