Merge pull request #16 from CryZe/patch-1

Fix cargo-fmt problem matcher
This commit is contained in:
Héctor Ramón 2020-01-21 23:28:25 +01:00 committed by GitHub
commit e0938bab41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/rust.json vendored
View File

@ -33,7 +33,7 @@
"owner": "cargo-fmt",
"pattern": [
{
"regexp": "^(Diff in (\\S+)) at line (\\d):",
"regexp": "^(Diff in (\\S+)) at line (\\d+):",
"message": 1,
"file": 2,
"line": 3