mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	remove the nop function
This commit is contained in:
		| @@ -29,15 +29,13 @@ pub struct Conf<'a> { | ||||
| } | ||||
|  | ||||
| impl Conf<'_> { | ||||
|     fn nop(_builder: &mut Settings) {} | ||||
|  | ||||
|     pub const BASE: Self = Conf { | ||||
|         database_name: "benches.mmdb", | ||||
|         dataset: "", | ||||
|         group_name: "", | ||||
|         queries: &[], | ||||
|         criterion: None, | ||||
|         configure: Self::nop, | ||||
|         configure: |_| (), | ||||
|         facet_condition: None, | ||||
|         optional_words: true, | ||||
|         primary_key: None, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user