Skip to content

Commit

Permalink
Remove no longer used error module
Browse files Browse the repository at this point in the history
This change removes the error module. This module, and the Error type it
homes, are no longer used by the application, as everything has been
transitioned over to using anyhow's Error type.
  • Loading branch information
d-e-s-o committed Aug 31, 2020
1 parent 25889f2 commit 419ff85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 119 deletions.
118 changes: 0 additions & 118 deletions src/error.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ mod arg_util;

mod args;
mod commands;
mod error;
mod pinentry;
#[cfg(test)]
mod tests;
Expand Down

0 comments on commit 419ff85

Please sign in to comment.