Commit
+1 -0 +/-1 browse
1 | diff --git a/src/spf/verify.rs b/src/spf/verify.rs |
2 | index 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, |