Bugfix: Fixed edition issue with rustfmt. (#881)

This commit is contained in:
Uzaaft 2021-07-11 20:15:03 +02:00 committed by GitHub
parent 2a1acc7968
commit ed973fdb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ O = {
-- @usage can be clippy
formatter = {
exe = "rustfmt",
args = { "--emit=stdout" },
args = { "--emit=stdout", "--edition=2018" },
},
linter = "",
diagnostics = {