Updated Error to implement Display and Debug, instead of using custom methods

This commit is contained in:
Daniel García
2018-12-29 01:01:58 +01:00
parent 1483829c94
commit adb8052689
5 changed files with 204 additions and 164 deletions

View File

@ -9,6 +9,7 @@
#[macro_use] extern crate diesel;
#[macro_use] extern crate diesel_migrations;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate derive_more;
#[macro_use] extern crate num_derive;
use std::{path::Path, process::{exit, Command}};