aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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();