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 a3944c3..7d5d2b5 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -24,9 +24,6 @@ pub enum RikiError {
#[error("string formatting error: {0}")]
Format(#[source] std::fmt::Error),
- #[error("directive {0} has more than one unnamed argument")]
- TooManyUnnamedArgs(String),
-
#[error("link to missing page {1} on {0}")]
PageMissing(PathBuf, PathBuf),