summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/error.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/error.rs b/src/error.rs
index 2f3bc91..6593305 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -15,9 +15,6 @@ pub enum SiteError {
#[error("could not read file: {0}")]
FileRead(PathBuf, #[source] std::io::Error),
- #[error("could not write file: {0}")]
- FileWrite(PathBuf, #[source] std::io::Error),
-
#[error("string formatting error: {0}")]
Format(#[source] std::fmt::Error),