mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Execute cargo clippy --fix
This commit is contained in:
		@@ -574,7 +574,7 @@ mod tests {
 | 
			
		||||
        expected_prefixes: &[&str],
 | 
			
		||||
    ) {
 | 
			
		||||
        let mut actual_prefixes = vec![];
 | 
			
		||||
        trie.for_each_prefix_of(word.as_bytes(), &mut Vec::new(), &search_start, |x| {
 | 
			
		||||
        trie.for_each_prefix_of(word.as_bytes(), &mut Vec::new(), search_start, |x| {
 | 
			
		||||
            let s = String::from_utf8(x.to_owned()).unwrap();
 | 
			
		||||
            actual_prefixes.push(s);
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user