1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-28 04:44:06 +00:00
UltimateTrainingModpack/.vscode/settings.json

13 lines
302 B
JSON
Raw Normal View History

2020-05-16 19:31:42 +00:00
{
"rust-analyzer.checkOnSave.overrideCommand": [
"xargo",
2020-09-27 22:24:50 +00:00
"clippy",
2020-05-16 19:31:42 +00:00
"--workspace",
"--message-format=json",
2020-09-27 23:56:18 +00:00
"--all-features",
"--",
"-A",
"clippy::borrow_interior_mutable_const"
2020-05-16 19:31:42 +00:00
],
"rust-analyzer.updates.channel": "nightly",
}