diff options
Diffstat (limited to 'native/src/widget')
-rw-r--r-- | native/src/widget/operation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/operation.rs b/native/src/widget/operation.rs index dd6b3c54..2b1179f1 100644 --- a/native/src/widget/operation.rs +++ b/native/src/widget/operation.rs @@ -97,7 +97,7 @@ pub fn scoped<T: 'static>( } ScopedOperation { - target: target.into(), + target, operation: Box::new(operation), } } |