mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
fmt
This commit is contained in:
parent
f782fe2062
commit
6ef3bb9d83
@ -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…
Reference in New Issue
Block a user