Skip to content

Commit

Permalink
Update src/uu/mv/src/mv.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
  • Loading branch information
matrixhead and sylvestre committed Sep 8, 2024
1 parent 73107e4 commit 666f8cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/mv/src/mv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ fn parse_paths(files: &[OsString], opts: &Options) -> Vec<PathBuf> {
}
}
/// Handles moving files from a source path to a target path based on the provided options.

fn handle_two_paths(
source: &Path,
target: &Path,
Expand Down

0 comments on commit 666f8cb

Please sign in to comment.