diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 19:58:11 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 19:58:11 +0100 |
commit | 3d52968a1835e3c0da70b1e1c4e73ccd802de7f1 (patch) | |
tree | 3a62d2406a96a5a8fc2fe41e432f7fc1e7067ab8 | |
parent | 6e1ef94b93eb2ff98f49771ef45f3e18373fdd5e (diff) | |
download | askama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.tar.gz askama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.tar.bz2 askama-3d52968a1835e3c0da70b1e1c4e73ccd802de7f1.zip |
Remove incorrect remark about proc macro export restrictions
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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`, |