Remove rustc core test cfg hacks

This commit is contained in:
Lukas Wirth 2024-03-01 13:49:22 +01:00
parent 062e1b9b81
commit 2e54c0af40
4 changed files with 14 additions and 62 deletions

View file

@ -696,16 +696,6 @@
}
]
},
"rust-analyzer.cargo.unsetTest": {
"markdownDescription": "Unsets the implicit `#[cfg(test)]` for the specified crates.",
"default": [
"core"
],
"type": "array",
"items": {
"type": "string"
}
},
"rust-analyzer.checkOnSave": {
"markdownDescription": "Run the check command for diagnostics on save.",
"default": true,