Skip to content

Commit

Permalink
clippy fix on latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed May 24, 2024
1 parent 84dcd28 commit 3ba2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl SessionGroup {
"teardown Sender shouldn't be dropped; \
ensure the Session's tokio runtime is still alive",
);
r = (*w.borrow()).clone();
r.clone_from(&*w.borrow())
}

// Now an attempt has finished, success or failure.
Expand Down

0 comments on commit 3ba2580

Please sign in to comment.