diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-12-07 15:38:14 +0100 |
---|---|---|
committer | Juan Aguilar <mhpoin@gmail.com> | 2018-12-08 21:43:20 +0100 |
commit | cf8dc532f04440d5968265ee26852966c4a6c7b3 (patch) | |
tree | c85e22f31bd198ab4113c3e773a70098aa2dc7a4 /README.md | |
parent | b18664fe9fe773ff2e6c513c747313342bb6573a (diff) | |
download | askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.gz askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.bz2 askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.zip |
Remove unused macro_use attributes
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |