diff --git a/lychee-bin/src/stats.rs b/lychee-bin/src/stats.rs index d412cdd..325a631 100644 --- a/lychee-bin/src/stats.rs +++ b/lychee-bin/src/stats.rs @@ -1,3 +1,6 @@ +// Disable lint, clippy thinks that InputSource has inner mutability, but this seems like a flase positive +#![allow(clippy::mutable_key_type)] + use std::collections::{HashMap, HashSet}; use crate::archive::Suggestion;