diff --git a/benches/setup.rs b/benches/setup.rs index b9c95c74..a61e0c63 100644 --- a/benches/setup.rs +++ b/benches/setup.rs @@ -51,6 +51,7 @@ pub enum Strategy { Reuse, } +#[allow(dead_code)] pub struct PrologBenchmark { pub name: &'static str, pub filename: &'static str,