Commit
Author: Mauro D [mauro@stalw.art]
Hash: 9355b40c37606733ab1263620fc5bc8b34a05709
Timestamp: Mon, 08 Jan 2024 18:35:00 +0000 (9 months ago)

+1 -0 +/-1 browse
Clippy fixes
1diff --git a/src/spf/verify.rs b/src/spf/verify.rs
2index a2f3ba8..a99c21e 100644
3--- a/src/spf/verify.rs
4+++ b/src/spf/verify.rs
5 @@ -77,6 +77,7 @@ impl Resolver {
6 }
7
8 #[allow(clippy::while_let_on_iterator)]
9+ #[allow(clippy::iter_skip_zero)]
10 pub async fn check_host(
11 &self,
12 ip: IpAddr,