aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/audit_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/audit_command.rs')
-rw-r--r--crates/shirabe/src/command/audit_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/audit_command.rs b/crates/shirabe/src/command/audit_command.rs
index c797eef1..b01b6624 100644
--- a/crates/shirabe/src/command/audit_command.rs
+++ b/crates/shirabe/src/command/audit_command.rs
@@ -210,7 +210,7 @@ impl Command for AuditCommand {
&abandoned,
ignore_severities,
ignore_unreachable,
- audit_config.ignore_abandoned_for_audit.clone(),
+ audit_config.ignore_abandoned_for_audit,
)?
.min(255))
}