aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:58:11 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:58:11 +0100
commit3d52968a1835e3c0da70b1e1c4e73ccd802de7f1 (patch)
tree3a62d2406a96a5a8fc2fe41e432f7fc1e7067ab8 /README.md
parent6e1ef94b93eb2ff98f49771ef45f3e18373fdd5e (diff)
downloadaskama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.tar.gz
askama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.tar.bz2
askama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.zip
Remove incorrect remark about proc macro export restrictions
Diffstat (limited to '')
-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`,