1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-26 00:27:01 +01:00

Fix clippy warning in example ()

This commit is contained in:
tottoto 2022-11-30 08:39:11 +09:00 committed by GitHub
parent b1f7ee938d
commit 2c74c538dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}