mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
fix: autogenerate files
This commit is contained in:
parent
1c5a125beb
commit
e9a13ab6d7
@ -94,10 +94,10 @@ avoid checking unnecessary things.
|
||||
--
|
||||
Default:
|
||||
----
|
||||
{
|
||||
"miri": null,
|
||||
"debug_assertions": null
|
||||
}
|
||||
[
|
||||
"debug_assertion",
|
||||
"miri"
|
||||
]
|
||||
----
|
||||
List of cfg options to enable with the given values.
|
||||
|
||||
|
@ -791,11 +791,14 @@
|
||||
"properties": {
|
||||
"rust-analyzer.cargo.cfgs": {
|
||||
"markdownDescription": "List of cfg options to enable with the given values.",
|
||||
"default": {
|
||||
"miri": null,
|
||||
"debug_assertions": null
|
||||
},
|
||||
"type": "object"
|
||||
"default": [
|
||||
"debug_assertion",
|
||||
"miri"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user