From 35e241f429778e5b0060d3455087db37b38c921b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 8 Oct 2018 10:40:20 +0200 Subject: Clean up warning about unused field --- testing/templates/rust-macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/templates/rust-macros.html') diff --git a/testing/templates/rust-macros.html b/testing/templates/rust-macros.html index dc0b3de..c6998c6 100644 --- a/testing/templates/rust-macros.html +++ b/testing/templates/rust-macros.html @@ -1 +1 @@ -Hello, {{ hello!(name) }}! +Hello, {{ hello!() }}! -- cgit