aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88e5414..4084448 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,6 @@ askama_derive = "0.1"
askama = "0.1"
```
-Custom derive macros can not be exported together with other items,
-so you have to depend on a separate crate for it.
Because Askama will generate Rust code from your template files,
the crate will need to be recompiled when your templates change.
This is supported with a build script, `build.rs`,