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 morethantext::{
|
||||
Action, Addition, DocDef, ErrorID, Field, FieldType, Include, MTTError, MoreThanText, Name,
|
||||
Path, Query, TestMoreThanText,
|
||||
Action, Addition, DocDef, ErrorID, FieldType, Include, MTTError, MoreThanText, Name, Path,
|
||||
Query, TestMoreThanText,
|
||||
};
|
||||
use std::{collections::HashSet, sync::mpsc::RecvTimeoutError};
|
||||
use std::collections::HashSet;
|
||||
use support::setup_range;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user