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/methods.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/tests/methods.rs') diff --git a/testing/tests/methods.rs b/testing/tests/methods.rs index d1e391f..41117e5 100644 --- a/testing/tests/methods.rs +++ b/testing/tests/methods.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate askama; use askama::Template; -- cgit