summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-16 04:49:20 +0000
committerGitHub <noreply@github.com>2022-05-16 04:49:20 +0000
commitb0ab5573ea0a0df48053743d451cbdd9e3df7f68 (patch)
tree5f74f3d1282e80399b89da6a58d8319242b11bf2 /src/unistd.rs
parent6639c59618ef34031718fb45794562ead572450c (diff)
parent598925c78fcf528c2b97f0510196b4360973ba4c (diff)
downloadnix-b0ab5573ea0a0df48053743d451cbdd9e3df7f68.zip
Merge #1722
1722: Fix nightly clippy in tests r=asomers a=rtzoeller `cargo +nightly clippy --tests` currently produces ``` warning: this let-binding has unit value --> test/sys/test_uio.rs:256:20 | 256 | loop { let _ = pause(); } | ^^^^^^^^^^^^^^^^ help: omit the `let` binding: `pause();` | = note: `#[warn(clippy::let_unit_value)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value ``` Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Diffstat (limited to 'src/unistd.rs')
0 files changed, 0 insertions, 0 deletions