summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-05-15 23:32:24 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-05-15 23:32:24 -0500
commit598925c78fcf528c2b97f0510196b4360973ba4c (patch)
tree5f74f3d1282e80399b89da6a58d8319242b11bf2 /test
parent6639c59618ef34031718fb45794562ead572450c (diff)
downloadnix-598925c78fcf528c2b97f0510196b4360973ba4c.zip
Fix nightly clippy in tests
Diffstat (limited to 'test')
-rw-r--r--test/sys/test_uio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_uio.rs b/test/sys/test_uio.rs
index 847381f1..fc2dfabe 100644
--- a/test/sys/test_uio.rs
+++ b/test/sys/test_uio.rs
@@ -253,7 +253,7 @@ fn test_process_vm_readv() {
}
let _ = write(w, b"\0");
let _ = close(w);
- loop { let _ = pause(); }
+ loop { pause(); }
},
}
}