rs-cargo/.matchers/rustfmt.json

13 lines
240 B
JSON
Raw Normal View History

2019-10-22 14:08:29 +03:00
{
"problemMatcher": [
{
"owner": "rustfmt",
"pattern": {
"regexp": "^Diff in (\\S+) at line (\\d+):$",
"file": 1,
"line": 2
}
}
]
}