Disable pedantic clippy lint

This commit is contained in:
Thomas Zahner 2024-09-20 18:33:58 +02:00
parent 462033a294
commit 99148af84a

View file

@ -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>,