Skip to content

Commit

Permalink
fix: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalvany committed Feb 18, 2025
1 parent c0c81de commit 2a3a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beider_morse/rule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ mod embedded {
const SEP_EXACT_COMMON: &str = include_str!("../../rules/bm/sep_exact_common.txt");
const SEP_RULES_ANY: &str = include_str!("../../rules/bm/sep_rules_any.txt");

lazy_static! {
lazy_static::lazy_static! {
pub static ref EMBEDDED_RULES: BTreeMap<&'static str, &'static str> = BTreeMap::from([
("ash_exact_approx_common", ASH_EXACT_APPROX_COMMON),
("ash_approx_any", ASH_APPROX_ANY),
Expand Down

0 comments on commit 2a3a835

Please sign in to comment.