aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/rust-macros.html
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 10:40:20 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 10:40:20 +0200
commit35e241f429778e5b0060d3455087db37b38c921b (patch)
treed8fec164f7650322d501e4746ddbbb8611922b32 /testing/templates/rust-macros.html
parenta6a36343e9ffad6fe0001e68e689664997d805b3 (diff)
downloadaskama-35e241f429778e5b0060d3455087db37b38c921b.tar.gz
askama-35e241f429778e5b0060d3455087db37b38c921b.tar.bz2
askama-35e241f429778e5b0060d3455087db37b38c921b.zip
Clean up warning about unused field
Diffstat (limited to '')
-rw-r--r--testing/templates/rust-macros.html2
1 files changed, 1 insertions, 1 deletions
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!() }}!