Skip to content

Commit

Permalink
Disable pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-zahner committed Sep 22, 2024
1 parent 462033a commit 99148af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee-lib/src/collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 99148af

Please sign in to comment.