mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 15:30:16 +01:00
Adjust renamed clippy lint name
This commit is contained in:
parent
a27bd2c6a2
commit
21475f94ff
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![allow(clippy::blacklisted_name)]
|
||||
#![allow(clippy::disallowed_names)]
|
||||
|
||||
use crate::{body::HttpBody, BoxError, Router};
|
||||
|
||||
|
|
Loading…
Reference in a new issue