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(),