Skip to content

Commit

Permalink
refactor(manifest): remove unused error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Mar 5, 2024
1 parent 8c72f4e commit 75406c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/manifest/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ pub enum ManifestError {
ParseFail(#[from] kdl::KdlError),
#[error("You can use either suites of actions or a flat list of single actions, not both.")]
MixedActions,
#[error("Unknown node '{0}'.")]
UnknownNode(String),
#[error("Unknown prompt '{0}'.")]
UnknownPrompt(String),
#[error("Expected a suite name.")]
Expand Down

0 comments on commit 75406c0

Please sign in to comment.