From bf8c9a11f4c1b1ac17d684a31c90d2a38255045e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 1 May 2015 15:43:12 +0200 Subject: [PATCH] chore(lint): added sublime-rustc-linter cfg [skip ci] --- etc/sublime-text/open-rs.sublime-project | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/etc/sublime-text/open-rs.sublime-project b/etc/sublime-text/open-rs.sublime-project index 07659be..af4bf60 100644 --- a/etc/sublime-text/open-rs.sublime-project +++ b/etc/sublime-text/open-rs.sublime-project @@ -12,5 +12,19 @@ ".git", ], }, - ] + ], + "SublimeLinter": + { + "linters": + { + "rust": { + "@disable": false, + "args": [], + "crate-root": null, + "excludes": [], + "use-cargo": true, + "use-crate-root": true + }, + } + } }