mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 13:09:47 +00:00
Add elided lifetime to make merging with code-actions seamless
This commit is contained in:
parent
de0c8bc368
commit
6486bb7cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -3070,7 +3070,7 @@ fn prepaint_gutter_button(
|
|||
gutter_dimensions: &GutterDimensions,
|
||||
scroll_pixel_position: gpui::Point<Pixels>,
|
||||
gutter_hitbox: &Hitbox,
|
||||
cx: &mut WindowContext,
|
||||
cx: &mut WindowContext<'_>,
|
||||
) -> AnyElement {
|
||||
let mut button = button.into_any_element();
|
||||
let available_space = size(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue