aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-12-07 15:38:14 +0100
committerLibravatar Juan Aguilar <mhpoin@gmail.com>2018-12-08 21:43:20 +0100
commitcf8dc532f04440d5968265ee26852966c4a6c7b3 (patch)
treec85e22f31bd198ab4113c3e773a70098aa2dc7a4 /README.md
parentb18664fe9fe773ff2e6c513c747313342bb6573a (diff)
downloadaskama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.gz
askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.bz2
askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.zip
Remove unused macro_use attributes
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
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