Skip to content

Commit

Permalink
Merge pull request #16 from CryZe/patch-1
Browse files Browse the repository at this point in the history
Fix cargo-fmt problem matcher
  • Loading branch information
hecrj authored Jan 21, 2020
2 parents 4db48f1 + 1a7e265 commit e0938ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"owner": "cargo-fmt",
"pattern": [
{
"regexp": "^(Diff in (\\S+)) at line (\\d):",
"regexp": "^(Diff in (\\S+)) at line (\\d+):",
"message": 1,
"file": 2,
"line": 3
}
]
}
]
}
}

0 comments on commit e0938ba

Please sign in to comment.