Adjust renamed clippy lint name

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