Skip to content

Commit e91ad52

Browse files
LucioFrancocjqzhao
authored andcommitted
chore(ci): allow mismatched_lifetime_syntaxes for grpc interop tests (hyperium#2382)
1 parent d23910e commit e91ad52

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

flake.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interop/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ pub mod pb {
1212
}
1313

1414
pub mod grpc_pb {
15+
// TODO: Remove this lint when protobuf fixes the issue on their end
16+
// Ref: https://github.com/hyperium/tonic/issues/2381
17+
#![allow(mismatched_lifetime_syntaxes)]
1518
grpc::include_proto!("test");
1619
}
1720

0 commit comments

Comments
 (0)