]> Repositorios git - scryer-prolog.git/commitdiff
clippy: ignore unused fields on PrologBenchmark struct
authorBennet Bleßmann <[email protected]>
Sat, 6 Jul 2024 11:01:19 +0000 (13:01 +0200)
committerBennet Bleßmann <[email protected]>
Sat, 6 Jul 2024 11:01:19 +0000 (13:01 +0200)
benches/setup.rs

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