Fix warning

Nathan Sobo and Max Brunsfeld created

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Change summary

crates/server/src/rpc.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/server/src/rpc.rs 🔗

@@ -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;