mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-24 12:44:35 +02:00
Bugfix: Fixed edition issue with rustfmt. (#881)
This commit is contained in:
parent
2a1acc7968
commit
ed973fdb9d
2 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ O = {
|
|||
-- @usage can be clippy
|
||||
formatter = {
|
||||
exe = "rustfmt",
|
||||
args = { "--emit=stdout" },
|
||||
args = { "--emit=stdout", "--edition=2018" },
|
||||
},
|
||||
linter = "",
|
||||
diagnostics = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue