File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ config_data! {
316316 /// Use markdown syntax for links on hover.
317317 hover_links_enable: bool = "true" ,
318318 /// Whether to show memory layout data on hover.
319- hover_memory_layout_enable : bool = "true" ,
319+ hover_memoryLayout_enable : bool = "true" ,
320320
321321 /// Whether to enforce the import granularity setting for all files. If set to false rust-analyzer will try to keep import styles consistent per file.
322322 imports_granularity_enforce: bool = "false" ,
@@ -1474,7 +1474,7 @@ impl Config {
14741474 pub fn hover ( & self ) -> HoverConfig {
14751475 HoverConfig {
14761476 links_in_hover : self . data . hover_links_enable ,
1477- memory_layout : self . data . hover_memory_layout_enable ,
1477+ memory_layout : self . data . hover_memoryLayout_enable ,
14781478 documentation : self . data . hover_documentation_enable ,
14791479 format : {
14801480 let is_markdown = try_or_def ! ( self
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ Whether to show keyword hover popups. Only applies when
423423--
424424Use markdown syntax for links on hover.
425425--
426- [[rust-analyzer.hover.memory.layout. enable]]rust-analyzer.hover.memory.layout .enable (default: `true` )::
426+ [[rust-analyzer.hover.memoryLayout. enable]]rust-analyzer.hover.memoryLayout .enable (default: `true` )::
427427+
428428--
429429Whether to show memory layout data on hover.
Original file line number Diff line number Diff line change 959959 "default" : true ,
960960 "type" : " boolean"
961961 },
962- "rust-analyzer.hover.memory.layout .enable" : {
962+ "rust-analyzer.hover.memoryLayout .enable" : {
963963 "markdownDescription" : " Whether to show memory layout data on hover." ,
964964 "default" : true ,
965965 "type" : " boolean"
You can’t perform that action at this time.
0 commit comments