clippy: ignore unused fields on PrologBenchmark struct
This commit is contained in:
@@ -51,6 +51,7 @@ pub enum Strategy {
|
||||
Reuse,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct PrologBenchmark {
|
||||
pub name: &'static str,
|
||||
pub filename: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user