Skip to content

Commit

Permalink
gate FailRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Jan 24, 2024
1 parent 8b14d2f commit 865e59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/jlabel-question/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub enum ParseError {
FailLiteral(ParseIntError),
#[error("Invalid boolean: {0}")]
InvalidBoolean(String),
#[cfg(feature = "regex")]
#[error("Failed regex")]
FailRegex,
}
Expand Down

0 comments on commit 865e59e

Please sign in to comment.