Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
Derive Debug and Clone for Error
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
trinity-1686a committed Dec 24, 2018
1 parent cf97f8a commit 60550db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use serde::{de::DeserializeOwned, Serialize};
use std::fmt::Display;
use std::option::NoneError;

#[derive(Debug,Clone)]
pub enum Error {
Fetch(String),
SerDe(String),
Expand Down

0 comments on commit 60550db

Please sign in to comment.