Fix warning

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-11-30 12:27:00 -07:00
parent d3f28166cb
commit 748b1ba602

View File

@ -2233,7 +2233,7 @@ mod tests {
.await;
worktree_a
.condition(&cx_a, |worktree, cx| {
.condition(&cx_a, |worktree, _| {
worktree.collaborators().contains_key(&client_b.peer_id)
})
.await;