1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

clippy: fix warnings introduced by Rust 1.71.0

This commit is contained in:
Daniel Hofstetter 2023-07-13 17:23:35 +02:00
parent 0ee92981c4
commit 5d03d2d9d4
9 changed files with 118 additions and 123 deletions

View file

@ -145,7 +145,7 @@ fn test_stdin_redirect_offset() {
}
#[test]
#[cfg(all(not(target_vendor = "apple")))] // FIXME: for currently not working platforms
#[cfg(not(target_vendor = "apple"))] // FIXME: for currently not working platforms
fn test_stdin_redirect_offset2() {
// like test_stdin_redirect_offset but with multiple files