mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	fix infos crate compilation issue
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| use std::collections::{BTreeMap, HashSet}; | ||||
| use std::collections::BTreeMap; | ||||
| use std::fs::File; | ||||
| use std::io::{stdin, BufRead, BufReader, Cursor, Read, Write}; | ||||
| use std::path::PathBuf; | ||||
|   | ||||
| @@ -387,6 +387,7 @@ fn biggest_value_sizes(index: &Index, rtxn: &heed::RoTxn, limit: usize) -> anyho | ||||
|         field_id_docid_facet_f64s: _, | ||||
|         field_id_docid_facet_strings: _, | ||||
|         documents, | ||||
|         .. | ||||
|     } = index; | ||||
|  | ||||
|     let main_name = "main"; | ||||
| @@ -968,6 +969,7 @@ fn size_of_databases(index: &Index, rtxn: &heed::RoTxn, names: Vec<String>) -> a | ||||
|         field_id_docid_facet_f64s, | ||||
|         field_id_docid_facet_strings, | ||||
|         documents, | ||||
|         .. | ||||
|     } = index; | ||||
|  | ||||
|     let names = if names.is_empty() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user