tengri 0.5.2: specify Map types/lifetimes

This commit is contained in:
🪞👃🪞 2025-04-04 01:54:20 +03:00
parent 9c95ca9613
commit d83be2ef1f
8 changed files with 36 additions and 35 deletions

View file

@ -35,7 +35,7 @@ impl<'a> ArrangerView<'a> {
||self.tracks_with_sizes_scrolled(),
move|track_index, track|Map::new(
||self.scenes_with_track_colors(),
move|(scene_index, scene, y1, y2, prev_scene): SceneWithColor, _|
move|(scene_index, scene, y1, y2, prev_scene): SceneWithColor<'a>, _|
view_scene_clip(
self.width_mid,
(1 + y2 - y1) as u16,