mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fmt
This commit is contained in:
parent
f782fe2062
commit
6ef3bb9d83
1 changed files with 1 additions and 2 deletions
|
@ -371,9 +371,8 @@ pub fn build_dfa(word: &str, typos: u8, is_prefix: bool) -> DFA {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use crate::index::tests::TempIndex;
|
||||
|
||||
use super::*;
|
||||
use crate::index::tests::TempIndex;
|
||||
|
||||
#[test]
|
||||
fn test_is_authorized_typos() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue