fix(rust-analyzer): use nightly rustfmt

This commit is contained in:
2025-10-05 00:00:33 +02:00
parent 76ad75fb05
commit 8bb81b27d3
+3
View File
@@ -495,6 +495,9 @@ function M.setup()
enable = false, enable = false,
}, },
}, },
rustfmt = {
extraArgs = { "+nightly" },
},
}, },
}, },
}) })