Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Jun 27, 2024
1 parent 96392a5 commit 0f28aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub(super) async fn update_view(
parent,
RuntimeApiRequest::AsyncBackingParams(tx),
)) => {
tx.send(Ok(async_backing_params.clone())).unwrap();
tx.send(Ok(*async_backing_params)).unwrap();
(parent, new_view.get(&parent).copied().expect("Unknown parent requested"))
}
);
Expand Down

0 comments on commit 0f28aa8

Please sign in to comment.