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! {
582582 cargo_buildScripts_useRustcWrapper: bool = true ,
583583 /// List of cfg options to enable with the given values.
584584 cargo_cfgs: Vec <String > = {
585- vec![ "debug_assertion " . into( ) , "miri" . into( ) ]
585+ vec![ "debug_assertions " . into( ) , "miri" . into( ) ]
586586 } ,
587587 /// Extra arguments that are passed to every cargo invocation.
588588 cargo_extraArgs: Vec <String > = vec![ ] ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ avoid checking unnecessary things.
9595Default:
9696----
9797[
98- "debug_assertion ",
98+ "debug_assertions ",
9999 "miri"
100100]
101101----
Original file line number Diff line number Diff line change 816816 "rust-analyzer.cargo.cfgs" : {
817817 "markdownDescription" : " List of cfg options to enable with the given values." ,
818818 "default" : [
819- " debug_assertion " ,
819+ " debug_assertions " ,
820820 " miri"
821821 ],
822822 "type" : " array" ,
You can’t perform that action at this time.
0 commit comments