clippy: ignore unused fields on PrologBenchmark struct

This commit is contained in:
Bennet Bleßmann
2024-07-06 13:01:19 +02:00
parent 467a82fe46
commit ceac9c9095

View File

@@ -51,6 +51,7 @@ pub enum Strategy {
Reuse,
}
#[allow(dead_code)]
pub struct PrologBenchmark {
pub name: &'static str,
pub filename: &'static str,