Update milli/src/search/mod.rs

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
Many the fish 2023-02-20 15:33:10 +01:00 committed by GitHub
parent cb8d5f2d4b
commit 119e6d8811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,6 +451,7 @@ mod test {
use super::*;
use crate::index::tests::TempIndex;
#[cfg(feature = "default")]
#[test]
fn test_kanji_language_detection() {
let index = TempIndex::new();