Skip to content

Commit

Permalink
Fix warning when suggestions are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Aug 3, 2022
1 parent 2eef837 commit bce3d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pomsky-lib/src/exprs/char_class/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub(super) fn parse_ascii_group(
})
}

#[cfg(feature = "suggestions")]
const OPTION_LIST: &[&str] = &[
"ascii_alpha",
"ascii_alnum",
Expand Down

0 comments on commit bce3d1b

Please sign in to comment.