1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Adjust renamed clippy lint name

This commit is contained in:
Jonas Platte 2022-11-05 09:23:09 +01:00
parent a27bd2c6a2
commit 21475f94ff

View file

@ -1,4 +1,4 @@
#![allow(clippy::blacklisted_name)]
#![allow(clippy::disallowed_names)]
use crate::{body::HttpBody, BoxError, Router};