mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Remove warnings
This commit is contained in:
parent
a1148c09c2
commit
ae17c62e24
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,6 @@ pub use matching_words::MatchingWords;
|
|||
use matching_words::{MatchType, PartialMatch, WordId};
|
||||
use serde::Serialize;
|
||||
|
||||
use super::query_term::LocatedQueryTerm;
|
||||
use crate::SearchContext;
|
||||
|
||||
pub mod matching_words;
|
||||
|
||||
const DEFAULT_CROP_MARKER: &str = "…";
|
||||
|
@ -504,6 +501,7 @@ mod tests {
|
|||
|
||||
use super::super::located_query_terms_from_string;
|
||||
use super::*;
|
||||
use crate::SearchContext;
|
||||
|
||||
impl<'a, 'ctx> MatcherBuilder<'a, &[u8]> {
|
||||
pub fn new_test(mut ctx: SearchContext, query: &'a str) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue