Skip to content

Commit 238cc06

Browse files
committed
Fix build regex to work with warnings.
1 parent bf4a88c commit 238cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cmd": ["cargo", "build"],
33
"selector": "source.rust",
4-
"file_regex": " --> ([^:]+):([0-9]+):([0-9]+)$",
4+
"file_regex": "--> ([^:]+):([0-9]+):([0-9]+)$",
55
"syntax": "Cargo.build-language",
66

77
"variants": [

0 commit comments

Comments
 (0)