rs-cargo/.matchers/rustfmt.json
2019-10-22 14:35:28 +03:00

14 lines
288 B
JSON

{
"problemMatcher": [
{
"owner": "rustfmt",
"pattern": [
{
"regexp": "^Diff in (\\S+) at line (\\d+):$",
"file": 1,
"line": 2
}
]
}
]
}