We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca8daa commit 5b32489Copy full SHA for 5b32489
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
// source for rustc_* is not included in the rust-src component; disable the errors about this
3
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate"],
4
+ "rust-analyzer.assist.importMergeBehaviour": "last",
5
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
6
"rust-analyzer.linkedProjects": [
7
"./Cargo.toml",
0 commit comments