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 @@ -370,7 +370,7 @@ config_data! {
370
370
/// How to render the align information in a memory layout hover.
371
371
hover_memoryLayout_alignment: Option <MemoryLayoutHoverRenderKindDef > = "\" hexadecimal\" " ,
372
372
/// Whether to show memory layout data on hover.
373
- hover_memoryLayout_enable: bool = "true " ,
373
+ hover_memoryLayout_enable: bool = "false " ,
374
374
/// How to render the niche information in a memory layout hover.
375
375
hover_memoryLayout_niches: Option <bool > = "false" ,
376
376
/// How to render the offset information in a memory layout hover.
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ Use markdown syntax for links on hover.
500
500
--
501
501
How to render the align information in a memory layout hover.
502
502
--
503
- [[rust-analyzer.hover.memoryLayout.enable]]rust-analyzer.hover.memoryLayout.enable (default: `true ` )::
503
+ [[rust-analyzer.hover.memoryLayout.enable]]rust-analyzer.hover.memoryLayout.enable (default: `false ` )::
504
504
+
505
505
--
506
506
Whether to show memory layout data on hover.
Original file line number Diff line number Diff line change 1089
1089
},
1090
1090
"rust-analyzer.hover.memoryLayout.enable" : {
1091
1091
"markdownDescription" : " Whether to show memory layout data on hover." ,
1092
- "default" : true ,
1092
+ "default" : false ,
1093
1093
"type" : " boolean"
1094
1094
},
1095
1095
"rust-analyzer.hover.memoryLayout.niches" : {
You can’t perform that action at this time.
0 commit comments