Tests are once again passing.

This commit is contained in:
Tom Alexander
2020-05-17 00:40:55 -04:00
parent 830bb06a92
commit 756fdb7d00
2 changed files with 17 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ use std::fmt;
/// Fatal errors while rendering.
///
/// A RenderError will halt rendering.
#[derive(PartialEq)]
pub enum RenderError {
Generic(String),
TemplateNotFound(String),