mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 19:50:38 +00:00
fix: remove unneeded clippy allow
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user