diff --git a/index-scheduler/src/lib.rs b/index-scheduler/src/lib.rs index 4b59a6bb7..b60ea8718 100644 --- a/index-scheduler/src/lib.rs +++ b/index-scheduler/src/lib.rs @@ -338,7 +338,6 @@ impl IndexScheduler { impl IndexScheduler { /// Create an index scheduler and start its run loop. - #[allow(clippy::too_many_arguments)] pub fn new( options: IndexSchedulerOptions, #[cfg(test)] test_breakpoint_sdr: crossbeam::channel::Sender<(Breakpoint, bool)>,