Skip to content

Commit

Permalink
Remove unused template alias from README (see #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 6, 2017
1 parent 664398b commit 5763b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5763b88

Please sign in to comment.