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/push.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/push.rs') diff --git a/src/push.rs b/src/push.rs index e7456cc..2f83019 100644 --- a/src/push.rs +++ b/src/push.rs @@ -10,8 +10,6 @@ use thiserror::Error; #[derive(Error, Debug)] pub enum PushProfileError { - #[error("Failed to calculate activate bin path from deploy bin path: {0}")] - DeployPathToActivatePathError(#[from] super::DeployPathToActivatePathError), #[error("Failed to run Nix build command: {0}")] BuildError(std::io::Error), #[error("Nix build command resulted in a bad exit code: {0:?}")] -- cgit v1.2.3