mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Fix clippy warning in example (#1597)
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user