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

View File

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