mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-03 10:00:19 +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 {
|
||||
output_dir.to_owned()
|
||||
} else {
|
||||
match utils::resolve_path_conflict(&output_dir, question_policy)? {
|
||||
match utils::resolve_path_conflict(output_dir, question_policy)? {
|
||||
Some(path) => path,
|
||||
None => return Ok(ControlFlow::Break(())),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user