mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
13 lines
No EOL
274 B
JSON
Vendored
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"
|
|
],
|
|
} |