Skip to content

Commit

Permalink
all are default
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Dec 25, 2023
1 parent 4a84af2 commit 8320b8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/rm/src/rm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
.as_str()
{
"all" => PreserveRoot::YesAll,
"default" => PreserveRoot::Default,
_ => PreserveRoot::Default,

Check warning on line 156 in src/uu/rm/src/rm.rs

View check run for this annotation

Codecov / codecov/patch

src/uu/rm/src/rm.rs#L156

Added line #L156 was not covered by tests
}
},
Expand Down

0 comments on commit 8320b8a

Please sign in to comment.