This commit is contained in:
quak
2024-12-02 22:11:56 +01:00
parent c877834ac9
commit 646f11456a
4 changed files with 12 additions and 1 deletions

View File

@@ -51,5 +51,6 @@
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
"rust-analyzer.inlayHints.genericParameterHints.type.enable": true,
"rust-analyzer.inlayHints.typeHints.hideClosureInitialization": true,
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true,
"rust-analyzer.check.command": "clippy"
}