Skip to content

Commit 598925c

Browse files
committed
Fix nightly clippy in tests
1 parent 6639c59 commit 598925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sys/test_uio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ fn test_process_vm_readv() {
253253
}
254254
let _ = write(w, b"\0");
255255
let _ = close(w);
256-
loop { let _ = pause(); }
256+
loop { pause(); }
257257
},
258258
}
259259
}

0 commit comments

Comments
 (0)