perf: use Box with tab::Item to reduce message size by 800 bytes
This commit is contained in:
parent
7c47cbbb29
commit
72b40aece3
3 changed files with 5 additions and 5 deletions
|
|
@ -442,7 +442,7 @@ pub enum Message {
|
|||
TabRescan(
|
||||
Entity,
|
||||
Location,
|
||||
Option<tab::Item>,
|
||||
Option<Box<tab::Item>>,
|
||||
Vec<tab::Item>,
|
||||
Option<Vec<PathBuf>>,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue