Skip to content

Commit 068421a

Browse files
tottotoLucioFranco
andauthored
chore: Update generated code (#1677)
* chore: Update generated code * add allow dead_code for integ test --------- Co-authored-by: Lucio Franco <[email protected]>
1 parent eeb3268 commit 068421a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/integration_tests/tests/streams.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async fn status_from_server_stream_with_source() {
4141
jh.await.unwrap();
4242
}
4343

44+
#[allow(dead_code)]
4445
struct Unsync(*mut ());
4546

4647
unsafe impl Send for Unsync {}

tonic-health/src/generated/grpc_health_v1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
#[allow(clippy::derive_partial_eq_without_eq)]
23
#[derive(Clone, PartialEq, ::prost::Message)]
34
pub struct HealthCheckRequest {

tonic-reflection/src/generated/grpc_reflection_v1alpha.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// The message sent by the client when calling ServerReflectionInfo method.
23
#[allow(clippy::derive_partial_eq_without_eq)]
34
#[derive(Clone, PartialEq, ::prost::Message)]

tonic-types/src/generated/google_rpc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// The `Status` type defines a logical error model that is suitable for
23
/// different programming environments, including REST APIs and RPC APIs. It is
34
/// used by [gRPC](<https://github.com/grpc>). Each `Status` message contains

0 commit comments

Comments
 (0)