Removed unnecessary pipe escape (#3760)
This commit is contained in:
@@ -29,7 +29,7 @@ fn generate_table(table_out: &mut String, rules: impl IntoIterator<Item = Rule>,
|
||||
.is_some()
|
||||
.then_some(format_args!("[{rule_name}](rules/{rule_name}.md)"))
|
||||
.unwrap_or(format_args!("{rule_name}")),
|
||||
rule.message_formats()[0].replace('|', r"\|"),
|
||||
rule.message_formats()[0],
|
||||
fix_token
|
||||
));
|
||||
table_out.push('\n');
|
||||
|
||||
Reference in New Issue
Block a user