mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #5182 from sylvestre/clippy_
Fix some of the recent clippy warnings
This commit is contained in:
commit
0b9c829bce
24 changed files with 54 additions and 58 deletions
|
@ -1282,7 +1282,7 @@ fn test_mv_verbose() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))] // mkdir does not support -m on windows. Freebsd doesn't return a permission error either.
|
||||
#[cfg(features = "mkdir")]
|
||||
#[cfg(feature = "mkdir")]
|
||||
fn test_mv_permission_error() {
|
||||
let scene = TestScenario::new("mkdir");
|
||||
let folder1 = "bar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue