aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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