remove the nop function

This commit is contained in:
Tamo 2021-06-02 17:09:21 +02:00
parent 087ae64899
commit 6dc08bf45e
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -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,