From dc26fba1bd908fbdf1b3d702ad67cbb351952e7a Mon Sep 17 00:00:00 2001 From: notgne2 Date: Fri, 8 Jan 2021 19:08:34 -0700 Subject: Remove unused DeployPathToActivatePathError --- src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 6a6873f..edc0507 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -414,11 +414,3 @@ pub fn make_deploy_data<'a, 's>( log_dir, } } - -#[derive(Error, Debug)] -pub enum DeployPathToActivatePathError { - #[error("Deploy path did not have a parent directory")] - PathTooShort, - #[error("Deploy path was not valid utf8")] - InvalidUtf8, -} -- cgit v1.2.3