Skip to content

Commit 2c267ac

Browse files
committed
add Box as per clippys suggestion
1 parent 98e9cee commit 2c267ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum TaskType {
2626
details: Option<IndexDeletion>,
2727
},
2828
SettingsUpdate {
29-
details: Option<Settings>,
29+
details: Box<Option<Settings>>,
3030
},
3131
DumpCreation {
3232
details: Option<DumpCreation>,

0 commit comments

Comments
 (0)