mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Disable lint with false positive
This commit is contained in:
parent
e0b4c73987
commit
730f5310b1
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue