Remove default case from render_tag.

master
Tom Alexander 4 years ago
parent 10c8b25817
commit ecf2576a0a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -464,7 +464,6 @@ impl<'a> DustRenderer<'a> {
}
}
}
_ => (), // TODO: Implement the rest
}
Ok("".to_owned())
}

Loading…
Cancel
Save