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:
@@ -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("\\")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user