Tests are once again passing.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user