Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Address lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler committed Jan 21, 2023
1 parent 48dd9b3 commit 4cc08dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/coverage/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ impl TargetAllowList {
}
}

#[allow(clippy::field_reassign_with_default)]
pub fn extend(&self, other: &Self) -> Self {
let mut new = Self::default();

Expand Down

0 comments on commit 4cc08dd

Please sign in to comment.