STATIC_RULES => BUILTIN_MAPPINGS

This commit is contained in:
cyqsimon
2023-11-04 21:47:13 +08:00
parent 7e1fbcfe95
commit c016b462c0

View File

@@ -174,7 +174,7 @@ impl MappingList {
let len = array_items.len(); let len = array_items.len();
format!( format!(
"static STATIC_RULES: [(BuiltinMatcher, MappingTarget); {len}] = [\n{items}\n];", "static BUILTIN_MAPPINGS: [(BuiltinMatcher, MappingTarget); {len}] = [\n{items}\n];",
items = array_items.join(",\n") items = array_items.join(",\n")
) )
} }