Skip to content

Commit

Permalink
Remove unnecessary into call in operation::scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 9, 2022
1 parent 1480ab2 commit bec1f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/widget/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn scoped<T: 'static>(
}

ScopedOperation {
target: target.into(),
target,
operation: Box::new(operation),
}
}

0 comments on commit bec1f5b

Please sign in to comment.