1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add pit win conditions #34

This commit is contained in:
NG (Graham)
2025-09-10 19:40:51 -04:00
parent f2de67b338
commit 82cc2dcf1b
11 changed files with 219 additions and 12 deletions

View File

@@ -121,7 +121,7 @@ impl BuiltIn {
}
}
fn prettify_re<'a>(regex: &'a str) -> &'a str {
fn prettify_re(regex: &str) -> &str {
regex.trim_start_matches("\\")
}