mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
add HoverDisplayConfig
This commit is contained in:
parent
35ec5955eb
commit
2e87f31fe9
9 changed files with 29 additions and 18 deletions
|
@ -32,7 +32,7 @@ pub struct HoverConfig {
|
|||
pub documentation: bool,
|
||||
pub keywords: bool,
|
||||
pub format: HoverDocFormat,
|
||||
pub trait_item_display_on_hover: Option<usize>,
|
||||
pub trait_item_display_num: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue