mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Fix clippy warning in example (#1597)
This commit is contained in:
parent
b1f7ee938d
commit
2c74c538dd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
|||
mod multiplex_service;
|
||||
|
||||
mod proto {
|
||||
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||
tonic::include_proto!("helloworld");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue