mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
slightly improve highlighting performance for derive annotated items
This commit is contained in:
parent
8ded3ec9cf
commit
464dd814ca
3 changed files with 13 additions and 12 deletions
|
@ -327,9 +327,7 @@ impl<'a> Foo<'_, 'a, 'static>
|
|||
where
|
||||
'a: 'a,
|
||||
'static: 'static
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
||||
"#,
|
||||
expect_file!["./test_data/highlight_lifetimes.html"],
|
||||
false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue