Remove a useless clippy silence

This commit is contained in:
Kerollmops
2022-10-26 18:14:49 +02:00
committed by Clément Renault
parent 07d39776f9
commit 7c908fadcf

View File

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