Chore: clippy appeasement

This commit is contained in:
Kyle Simpson
2025-02-21 14:05:59 +00:00
parent 5d320a394b
commit 47cf0b27eb
9 changed files with 25 additions and 21 deletions

View File

@@ -327,6 +327,7 @@ impl Live {
return;
}
#[allow(clippy::used_underscore_items)]
self._march_deadline();
}