From 5549f9a3cd94e3cd6700067b1c74194dadb58a0f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 7 Dec 2018 15:52:26 +0100 Subject: Use 2018 edition idioms --- testing/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/build.rs') diff --git a/testing/build.rs b/testing/build.rs index 89e3e6b..aab2d59 100644 --- a/testing/build.rs +++ b/testing/build.rs @@ -1,4 +1,4 @@ -extern crate askama; +use askama; fn main() { askama::rerun_if_templates_changed(); -- cgit