From e9ba9d2d99d0be611d12aa9e942476910de7873c Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 9 Jun 2025 20:46:41 -0700 Subject: [PATCH] Update crates/bin/src/args.rs Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey --- crates/bin/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 17ab2c49..055e1e4e 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -105,7 +105,7 @@ pub struct Args { num_args = 1.., action = clap::ArgAction::Append )] - pub(crate) bin: Option>, + pub(crate) bin: Option>, /// Override Cargo.toml package manifest path. ///