mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Fix debug_assertions broken in 1c5a125beb
This commit is contained in:
parent
132a2a03c4
commit
d71015d90d
3 changed files with 3 additions and 3 deletions
|
|
@ -816,7 +816,7 @@
|
|||
"rust-analyzer.cargo.cfgs": {
|
||||
"markdownDescription": "List of cfg options to enable with the given values.",
|
||||
"default": [
|
||||
"debug_assertion",
|
||||
"debug_assertions",
|
||||
"miri"
|
||||
],
|
||||
"type": "array",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue