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
|
|
@ -475,7 +475,7 @@ enum Message {
|
|||
TabMessage(tab::Message),
|
||||
TabRescan(
|
||||
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