mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-30 15:03:12 +08:00
remove the nop function
This commit is contained in:
parent
087ae64899
commit
6dc08bf45e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user