X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2Ferror.rs;h=e047f567af2aec2390335b6745dca109aa2b00bf;hb=8ba22e853dc85ebee11668c42e0cf7398a911517;hp=12221fb8a2d11f45e65a7883b55acd7f8edd9353;hpb=14192169c496bbd090f85a7e308817e6e6027aed;p=gandi_dns_update.git diff --git a/src/error.rs b/src/error.rs index 12221fb..e047f56 100644 --- a/src/error.rs +++ b/src/error.rs @@ -3,7 +3,7 @@ pub type Result = std::result::Result>; #[derive(Debug)] pub struct Error { - pub message: String + pub message: String, } impl std::fmt::Display for Error { @@ -12,4 +12,4 @@ impl std::fmt::Display for Error { } } -impl std::error::Error for Error { } \ No newline at end of file +impl std::error::Error for Error {}