From b72ad8a5e2bae791f7f21cdfad68432cb128371c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 20 Jun 2020 22:15:52 +0100 Subject: fix: assuage clippy on ci --- dhall/build.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dhall') diff --git a/dhall/build.rs b/dhall/build.rs index a12e91b..660d76a 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -187,7 +187,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/import/urls/quotedPathFakeUrlEncode" }), output_type: Some(FileType::Binary), - ..default_feature.clone() + ..default_feature }, TestFeature { module_name: "parser_failure", @@ -219,7 +219,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/DoubleLitSecretelyInt" }), output_type: Some(FileType::Binary), - ..default_feature.clone() + ..default_feature }, TestFeature { module_name: "binary_decoding_success", @@ -303,7 +303,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "prelude/JSON/number/1" }), output_type: Some(FileType::Text), - ..default_feature.clone() + ..default_feature }, TestFeature { module_name: "alpha_normalize", -- cgit v1.2.3