mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Remove rustc core test cfg hacks
This commit is contained in:
parent
062e1b9b81
commit
2e54c0af40
4 changed files with 14 additions and 62 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue