Remove default case from render_tag.

This commit is contained in:
Tom Alexander 2020-05-17 21:12:27 -04:00
parent 10c8b25817
commit ecf2576a0a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

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