浏览代码

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

Uzaaft 4 年之前
父节点
当前提交
99be32d0ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  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