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:
parent
0ee92981c4
commit
5d03d2d9d4
9 changed files with 118 additions and 123 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue