From 40748eb8e0689af0fd8bb757ae24684d4b770d68 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 20 Jul 2020 11:07:16 +0200 Subject: Clean up clippy issues --- testing/templates/allow-whitespaces.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/templates/allow-whitespaces.html') diff --git a/testing/templates/allow-whitespaces.html b/testing/templates/allow-whitespaces.html index 80f7ecd..f1acc90 100644 --- a/testing/templates/allow-whitespaces.html +++ b/testing/templates/allow-whitespaces.html @@ -29,7 +29,7 @@ {{ array[..]| json }}{{ array [ .. ]| json }} {{ array[1..2]| json }}{{ array [ 1 .. 2 ]| json }} {{ array[1..=2]| json }}{{ array [ 1 ..= 2 ]| json }} -{{ array[(0+1)..(3-2)]| json }}{{ array [ ( 0 + 1 ) .. ( 3 - 2 ) ]| json }} +{{ array[(0+1)..(3-2)]| json }}{{ array [ ( 0 + 1 ) .. ( 3 - 1 ) ]| json }} {{-1}}{{ -1 }}{{ - 1 }} {{1+2}}{{ 1+2 }}{{ 1 +2 }}{{ 1+ 2 }} {{ 1 + 2 }} @@ -60,4 +60,3 @@ {# {{ ::std::string::String::new () }} #} - -- cgit