Adjust renamed clippy lint name

This commit is contained in:
Jonas Platte
2022-11-05 11:33:27 +01:00
parent a27bd2c6a2
commit 21475f94ff
+1 -1
View File
@@ -1,4 +1,4 @@
#![allow(clippy::blacklisted_name)]
#![allow(clippy::disallowed_names)]
use crate::{body::HttpBody, BoxError, Router};