mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
limit struct field hover display nums
This commit is contained in:
parent
d81148a009
commit
1c85234bcd
4 changed files with 28 additions and 12 deletions
|
@ -167,6 +167,7 @@ impl StaticIndex<'_> {
|
|||
keywords: true,
|
||||
format: crate::HoverDocFormat::Markdown,
|
||||
max_trait_assoc_items_count: None,
|
||||
max_struct_field_count: None,
|
||||
};
|
||||
let tokens = tokens.filter(|token| {
|
||||
matches!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue