mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Update stderr output to rustc changes
This commit is contained in:
parent
17e322bf29
commit
656df3c5ed
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ error: trivial regex
|
|||
error: trivial regex
|
||||
--> $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`
|
||||
|
|
Loading…
Reference in a new issue