Remove unnecessary into call in operation::scoped
This commit is contained in:
parent
1480ab2030
commit
bec1f5bbe0
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ pub fn scoped<T: 'static>(
|
|||
}
|
||||
|
||||
ScopedOperation {
|
||||
target: target.into(),
|
||||
target,
|
||||
operation: Box::new(operation),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue