Revert the regex test change.

This commit is contained in:
laurent 2017-12-01 19:59:40 +00:00
parent c3a8946a46
commit 6c18811764

View File

@ -112,7 +112,7 @@ error: trivial regex
error: trivial regex error: trivial regex
--> $DIR/regex.rs:62:40 --> $DIR/regex.rs:62:40
| |
62 | let trivial_backslash = Regex::new("a//.b"); 62 | let trivial_backslash = Regex::new("a/.b");
| ^^^^^^^ | ^^^^^^^
| |
= help: consider using consider using `str::contains` = help: consider using consider using `str::contains`