mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
removed unused import
This commit is contained in:
parent
a7b2f461cf
commit
b39d4e9b50
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ macro_rules! make_setting_route {
|
||||||
use $crate::extractors::sequential_extractor::SeqHandler;
|
use $crate::extractors::sequential_extractor::SeqHandler;
|
||||||
use $crate::Opt;
|
use $crate::Opt;
|
||||||
use $crate::routes::{is_dry_run, get_task_id, SummarizedTaskView};
|
use $crate::routes::{is_dry_run, get_task_id, SummarizedTaskView};
|
||||||
use std::marker::PhantomData;
|
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
fn verify_setting_exists() {
|
fn verify_setting_exists() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue