summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/error.rs b/src/error.rs
index 50c1ba3..2f3bc91 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -45,12 +45,6 @@ pub enum SiteError {
#[error("link to missing page {1} on {0}")]
PageMissing(PathBuf, PathBuf),
- #[error("faileed to invoked git with subcommand {0} in {1}")]
- GitInvoke(String, PathBuf, #[source] std::io::Error),
-
- #[error("git {0} in in {1}:\n{2}")]
- GitError(String, PathBuf, String),
-
#[error("failed to parse date: {0:?}")]
UnknownTimestamp(String),