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};