perf: use Box with tab::Item to reduce message size by 800 bytes

This commit is contained in:
Michael Aaron Murphy 2026-04-30 21:36:24 +02:00 committed by Michael Murphy
parent 7c47cbbb29
commit 72b40aece3
3 changed files with 5 additions and 5 deletions

View file

@ -442,7 +442,7 @@ pub enum Message {
TabRescan(
Entity,
Location,
Option<tab::Item>,
Option<Box<tab::Item>>,
Vec<tab::Item>,
Option<Vec<PathBuf>>,
),