From 7c908fadcf263d1a4be8aa62103d3eb29a7394a7 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 26 Oct 2022 18:14:49 +0200 Subject: [PATCH] Remove a useless clippy silence --- index-scheduler/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)>,