rs-cargo/.matchers/rustfmt.json

15 lines
288 B
JSON
Raw Permalink 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
}
]
2019-10-22 14:08:29 +03:00
}
]
}