Browse Source

Added --edition parameter to lv-config examples. (#890)

Uzaaft 4 years ago
parent
commit
99be32d0ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/lv-config.example.lua

+ 1 - 1
utils/installer/lv-config.example.lua

@@ -50,7 +50,7 @@ O.lang.tsserver.linter = nil
 -- rust
 O.lang.rust.formatter = {
   exe = "rustfmt",
-  args = {"--emit=stdout"},
+  args = {"--emit=stdout", "--edition=2018"},
 }
 
 -- latex