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/rocket.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/tests/rocket.rs') diff --git a/testing/tests/rocket.rs b/testing/tests/rocket.rs index 93cf93d..2d1251a 100644 --- a/testing/tests/rocket.rs +++ b/testing/tests/rocket.rs @@ -1,7 +1,6 @@ #![cfg(feature = "with-rocket")] #![feature(proc_macro_hygiene, decl_macro)] -#[macro_use] extern crate askama; #[macro_use] extern crate rocket; -- cgit