mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
Fix clippy warning in example (#1597)
This commit is contained in:
parent
b1f7ee938d
commit
2c74c538dd
@ -17,6 +17,7 @@ use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
|||||||
mod multiplex_service;
|
mod multiplex_service;
|
||||||
|
|
||||||
mod proto {
|
mod proto {
|
||||||
|
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||||
tonic::include_proto!("helloworld");
|
tonic::include_proto!("helloworld");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user