fix clippy

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2025-02-13 21:44:06 +01:00
parent 0937c51301
commit f84c9f3d29

View File

@@ -295,6 +295,7 @@ pub struct CompactionNotifier {
}
impl CompactionNotifier {
#[allow(clippy::new_without_default)]
pub fn new() -> Self {
Self {
notify: Notify::new(),