mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
Fix warning
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
d3f28166cb
commit
748b1ba602
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue