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