From 9761556033c1faaae37f995ba557c47f9f3c357f Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sat, 25 Mar 2023 12:35:11 +0200 Subject: Identify where the current code needs the dirs to exist --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 595e3ec..5e33302 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,4 +41,6 @@ pub enum ShackleError { UserReadError, #[error("Path is not accessible")] InvalidDirectory, + #[error("`{0}`")] + CustomError(String), } -- cgit v1.2.3