From f84c9f3d29824d2aa861ef9b35f15c71620d2f76 Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Thu, 13 Feb 2025 21:44:06 +0100 Subject: [PATCH] fix clippy Signed-off-by: Alex Chi Z --- pageserver/src/tenant.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pageserver/src/tenant.rs b/pageserver/src/tenant.rs index 78be98bd34..d042ba8ed6 100644 --- a/pageserver/src/tenant.rs +++ b/pageserver/src/tenant.rs @@ -295,6 +295,7 @@ pub struct CompactionNotifier { } impl CompactionNotifier { + #[allow(clippy::new_without_default)] pub fn new() -> Self { Self { notify: Notify::new(),