From 67652d83935705d70fe87cd1a1fee787a4715d33 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 31 Aug 2020 08:00:21 -0700 Subject: Remove no longer used error module 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. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4f08d21..4e6b01d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -70,7 +70,6 @@ mod arg_util; mod args; mod commands; -mod error; mod pinentry; #[cfg(test)] mod tests; -- cgit v1.2.1