mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
chore(ln): delete comment
Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
This commit is contained in:
parent
55d1dc78b0
commit
65dd6afa13
1 changed files with 1 additions and 4 deletions
|
@ -324,10 +324,7 @@ fn exec(files: &[PathBuf], settings: &Settings) -> UResult<()> {
|
|||
|
||||
match link(&files[0], &files[1], settings) {
|
||||
Ok(_) => Ok(()),
|
||||
Err(e) => {
|
||||
// show_error!("{}", e);
|
||||
Err(LnError::FailedToLink(e.to_string().into()).into())
|
||||
}
|
||||
Err(e) => Err(LnError::FailedToLink(e.to_string().into()).into()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue