Removed warnings from client tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -2,10 +2,10 @@ mod support;
|
|||||||
|
|
||||||
use isolang::Language;
|
use isolang::Language;
|
||||||
use morethantext::{
|
use morethantext::{
|
||||||
Action, Addition, DocDef, ErrorID, Field, FieldType, Include, MTTError, MoreThanText, Name,
|
Action, Addition, DocDef, ErrorID, FieldType, Include, MTTError, MoreThanText, Name, Path,
|
||||||
Path, Query, TestMoreThanText,
|
Query, TestMoreThanText,
|
||||||
};
|
};
|
||||||
use std::{collections::HashSet, sync::mpsc::RecvTimeoutError};
|
use std::collections::HashSet;
|
||||||
use support::setup_range;
|
use support::setup_range;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user