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

4
.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
@@ -41,4 +41,4 @@
]
}
]
}
}