mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add render configs for memory layout hovers
This commit is contained in:
parent
76d86502f7
commit
3c862507b9
12 changed files with 400 additions and 163 deletions
|
@ -138,7 +138,7 @@ impl StaticIndex<'_> {
|
|||
});
|
||||
let hover_config = HoverConfig {
|
||||
links_in_hover: true,
|
||||
memory_layout: true,
|
||||
memory_layout: None,
|
||||
documentation: true,
|
||||
keywords: true,
|
||||
format: crate::HoverDocFormat::Markdown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue