diff --git a/lexical-parse-float/etc/correctness/test-parse-unittests/main.rs b/lexical-parse-float/etc/correctness/test-parse-unittests/main.rs index cc971cc3..1399285c 100644 --- a/lexical-parse-float/etc/correctness/test-parse-unittests/main.rs +++ b/lexical-parse-float/etc/correctness/test-parse-unittests/main.rs @@ -16,6 +16,7 @@ struct StrtodTests { ConversionTests: Vec, } +#[allow(dead_code)] #[derive(Debug, Deserialize)] struct FormattingTest { UID: String, @@ -24,6 +25,7 @@ struct FormattingTest { int: String, } +#[allow(dead_code)] #[derive(Debug, Deserialize)] struct ConversionTest { UID: String,