diff --git a/src/uu/rm/src/rm.rs b/src/uu/rm/src/rm.rs index 4fe8947b76f..af483132db5 100644 --- a/src/uu/rm/src/rm.rs +++ b/src/uu/rm/src/rm.rs @@ -153,7 +153,6 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> { .as_str() { "all" => PreserveRoot::YesAll, - "default" => PreserveRoot::Default, _ => PreserveRoot::Default, } },