diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-06 22:41:06 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-06 22:41:06 +0100 |
commit | 5763b88a707cc89fc80a611f3ef0e052a303cc19 (patch) | |
tree | 9cfe466b21d7f2084d1da2390fd18596be913deb /README.md | |
parent | 664398b225fe916cc0b2b74047e8aea060ea9214 (diff) | |
download | askama-5763b88a707cc89fc80a611f3ef0e052a303cc19.tar.gz askama-5763b88a707cc89fc80a611f3ef0e052a303cc19.tar.bz2 askama-5763b88a707cc89fc80a611f3ef0e052a303cc19.zip |
Remove unused template alias from README (see #5)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -134,7 +134,6 @@ The generated code looks like this: ```rust #[allow(dead_code, non_camel_case_types)] -type TemplateFromhello2ehtml<'a> = HelloTemplate<'a>; impl<'a> askama::Template for HelloTemplate<'a> { fn render_to(&self, writer: &mut std::fmt::Write) { writer.write_str("Hello,").unwrap(); |