Skip to content

Commit

Permalink
Fix missing module import
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Oct 30, 2019
1 parent abd47dd commit 125ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
@@ -1,4 +1,4 @@
use crate::args;
use crate::{args, get_vars};
pub use failure::{Error, ResultExt};
use std::error::Error as stdError;
pub type Result<T> = ::std::result::Result<T, Error>;
Expand Down

0 comments on commit 125ee1b

Please sign in to comment.