fix: remove unneeded clippy allow

This commit is contained in:
Christian Schwarz
2023-03-29 10:55:45 +02:00
parent bdc7f8d192
commit 83813f2cb1

View File

@@ -282,7 +282,6 @@ struct LayerCount {
count: usize,
}
#[allow(clippy::needless_late_init)]
pub async fn disk_usage_eviction_task_iteration_impl<U: Usage>(
state: &State,
storage: &GenericRemoteStorage,