From cf8dc532f04440d5968265ee26852966c4a6c7b3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 7 Dec 2018 15:38:14 +0100 Subject: Remove unused macro_use attributes --- testing/tests/hello.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/tests/hello.rs') diff --git a/testing/tests/hello.rs b/testing/tests/hello.rs index 09a2e22..ce73ff5 100644 --- a/testing/tests/hello.rs +++ b/testing/tests/hello.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate askama; use askama::Template; -- cgit