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

12 lines
240 B
JSON

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