summaryrefslogtreecommitdiffstats
path: root/autoload/rustfmt.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/rustfmt.vim')
-rw-r--r--autoload/rustfmt.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/rustfmt.vim b/autoload/rustfmt.vim
index 1d6f91ed..5dc682a5 100644
--- a/autoload/rustfmt.vim
+++ b/autoload/rustfmt.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif