Skip to content

Commit 5fdc320

Browse files
committed
Fix file/line parsing for the 'Rust' build system warnings.
1 parent 238cc06 commit 5fdc320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust.sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cmd": ["rustc", "$file"],
33
"selector": "source.rust",
4-
"file_regex": " --> ([^:]+):([0-9]+):([0-9]+)$",
4+
"file_regex": "--> ([^:]+):([0-9]+):([0-9]+)$",
55
"osx":
66
{
77
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

0 commit comments

Comments
 (0)