Skip to content

Instantly share code, notes, and snippets.

@benaryorg
Created November 20, 2016 00:35
Show Gist options
  • Save benaryorg/e456b61f3b32231075b2d77fb38a8c2f to your computer and use it in GitHub Desktop.
Save benaryorg/e456b61f3b32231075b2d77fb38a8c2f to your computer and use it in GitHub Desktop.
diff --git a/src/error.rs b/src/error.rs
index 0ee1c0f..6954bc7 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -5,6 +5,10 @@ use liquid;
error_chain! {
+ types {
+ Error, ErrorKind, Result;
+ }
+
links {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment