mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove a useless clippy silence
This commit is contained in:
parent
07d39776f9
commit
7c908fadcf
1 changed files with 0 additions and 1 deletions
|
@ -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)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue