From 89bf732353335e3d6724cb6c3e6d055740512dd3 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:15:24 -0400 Subject: [PATCH] docs: Update mut_arg docs on help + version flags --- clap_builder/src/builder/command.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/clap_builder/src/builder/command.rs b/clap_builder/src/builder/command.rs index 799623581b2..9363c36acdd 100644 --- a/clap_builder/src/builder/command.rs +++ b/clap_builder/src/builder/command.rs @@ -209,8 +209,6 @@ impl Command { /// Allows one to mutate an [`Arg`] after it's been added to a [`Command`]. /// - /// This can be useful for modifying the auto-generated help or version arguments. - /// /// # Panics /// /// If the argument is undefined