mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-03 11:24:45 +00:00
Disable pedantic clippy lint
This commit is contained in:
parent
462033a294
commit
99148af84a
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ use par_stream::ParStreamExt;
|
|||
|
||||
/// Collector keeps the state of link collection
|
||||
/// It drives the link extraction from inputs
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Collector {
|
||||
basic_auth_extractor: Option<BasicAuthExtractor>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue