File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ config_data! {
582
582
cargo_buildScripts_useRustcWrapper: bool = true ,
583
583
/// List of cfg options to enable with the given values.
584
584
cargo_cfgs: Vec <String > = {
585
- vec![ "debug_assertion " . into( ) , "miri" . into( ) ]
585
+ vec![ "debug_assertions " . into( ) , "miri" . into( ) ]
586
586
} ,
587
587
/// Extra arguments that are passed to every cargo invocation.
588
588
cargo_extraArgs: Vec <String > = vec![ ] ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ avoid checking unnecessary things.
95
95
Default:
96
96
----
97
97
[
98
- "debug_assertion ",
98
+ "debug_assertions ",
99
99
"miri"
100
100
]
101
101
----
Original file line number Diff line number Diff line change 816
816
"rust-analyzer.cargo.cfgs" : {
817
817
"markdownDescription" : " List of cfg options to enable with the given values." ,
818
818
"default" : [
819
- " debug_assertion " ,
819
+ " debug_assertions " ,
820
820
" miri"
821
821
],
822
822
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments