aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-06 22:41:06 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-06 22:41:06 +0100
commit5763b88a707cc89fc80a611f3ef0e052a303cc19 (patch)
tree9cfe466b21d7f2084d1da2390fd18596be913deb /README.md
parent664398b225fe916cc0b2b74047e8aea060ea9214 (diff)
downloadaskama-5763b88a707cc89fc80a611f3ef0e052a303cc19.tar.gz
askama-5763b88a707cc89fc80a611f3ef0e052a303cc19.tar.bz2
askama-5763b88a707cc89fc80a611f3ef0e052a303cc19.zip
Remove unused template alias from README (see #5)
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffcd40d..88e5414 100644
--- a/README.md
+++ b/README.md
@@ -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();