This commit is contained in:
ad hoc 2022-03-31 14:06:23 +02:00
parent f782fe2062
commit 6ef3bb9d83
No known key found for this signature in database
GPG Key ID: 4F00A782990CC643

View File

@ -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() {