From afc6ac81145ee61294504d123768d3e9843d0685 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 16 Dec 2023 10:30:47 +0100 Subject: [PATCH] Apply change from c32e730a1f0f0625158571dd528cde7519515f81 --- src/uu/who/src/platform/unix.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uu/who/src/platform/unix.rs b/src/uu/who/src/platform/unix.rs index 17eaa9af9..b59b73a57 100644 --- a/src/uu/who/src/platform/unix.rs +++ b/src/uu/who/src/platform/unix.rs @@ -28,8 +28,6 @@ fn get_long_usage() -> String { } pub fn uumain(args: impl uucore::Args) -> UResult<()> { - let args = args.collect_ignore(); - let matches = uu_app() .after_help(get_long_usage()) .try_get_matches_from(args)?;