mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
cargo clippy
This commit is contained in:
parent
184bafc0fa
commit
081642724e
@ -318,7 +318,7 @@ fn unpack(
|
|||||||
let output_dir_cleaned = if is_valid_output_dir {
|
let output_dir_cleaned = if is_valid_output_dir {
|
||||||
output_dir.to_owned()
|
output_dir.to_owned()
|
||||||
} else {
|
} else {
|
||||||
match utils::resolve_path_conflict(&output_dir, question_policy)? {
|
match utils::resolve_path_conflict(output_dir, question_policy)? {
|
||||||
Some(path) => path,
|
Some(path) => path,
|
||||||
None => return Ok(ControlFlow::Break(())),
|
None => return Ok(ControlFlow::Break(())),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user