Skip to content

Commit e510d98

Browse files
authored
chore(ci): allow mismatched_lifetime_syntaxes for grpc interop tests (#2382)
1 parent a7bb502 commit e510d98

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)