aboutsummaryrefslogtreecommitdiff
path: root/src/push.rs
diff options
context:
space:
mode:
authornotgne22021-01-08 19:08:34 -0700
committernotgne22021-01-08 19:08:34 -0700
commitdc26fba1bd908fbdf1b3d702ad67cbb351952e7a (patch)
treec51d559f7f48ea65c840bc9f2aa04b6d92a1fc22 /src/push.rs
parentf33081cc8cf6aa204c6b1cfd3e658621139f8e43 (diff)
Remove unused DeployPathToActivatePathError
Diffstat (limited to '')
-rw-r--r--src/push.rs2
1 files changed, 0 insertions, 2 deletions
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:?}")]