-
Notifications
You must be signed in to change notification settings - Fork 436
proto: try to fix CI #565
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
proto: try to fix CI #565
Conversation
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
| // We use `default` method a lot to be support prost and rust-protobuf at the | ||
| // same time. And reassignment can be optimized by compiler. | ||
| #![allow(clippy::field_reassign_with_default)] | ||
| #![allow(mismatched_lifetime_syntaxes)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add these lines because the generated protobuf code files raise warnings in CI
|
@Connor1996 @overvenus @gengliqi PTAL, thanks~ |
|
/cc @BusyJay |
Connor1996
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/merge |
1 similar comment
|
/merge |
lonng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
master CI fails (you can see it at #564 )