1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00
UltimateTrainingModpack/.vscode/settings.json

13 lines
No EOL
302 B
JSON
Vendored

{
"rust-analyzer.checkOnSave.overrideCommand": [
"xargo",
"clippy",
"--workspace",
"--message-format=json",
"--all-features",
"--",
"-A",
"clippy::borrow_interior_mutable_const"
],
"rust-analyzer.updates.channel": "nightly",
}