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 --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6defabd..8924c5e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ Hello, {{ name }}! In any Rust file inside your crate, add the following: ```rust -#[macro_use] extern crate askama; // for the Template trait and custom derive macro use askama::Template; // bring trait in scope -- cgit