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
2022-12-15 19:55:33 -08:00

13 lines
No EOL
274 B
JSON
Vendored

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