chore: Fix clippy lints (#881)

This commit is contained in:
tottoto
2022-01-12 16:32:40 -05:00
committed by GitHub
parent 4548997080
commit 366d888a4b
10 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub mod proto {
#![allow(missing_docs)]
tonic::include_proto!("grpc.health.v1");
pub const GRPC_HEALTH_V1_FILE_DESCRIPTOR_SET: &'static [u8] =
pub const GRPC_HEALTH_V1_FILE_DESCRIPTOR_SET: &[u8] =
tonic::include_file_descriptor_set!("grpc_health_v1");
}