Removed warnings from client tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-05-03 10:41:59 -04:00
parent 180a2bf94c
commit dfece70270

View File

@@ -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;