From 3d52968a1835e3c0da70b1e1c4e73ccd802de7f1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Mar 2017 19:58:11 +0100 Subject: Remove incorrect remark about proc macro export restrictions --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') 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`, -- cgit