Skip to content

Commit 0076cac

Browse files
committed
fix(builder): Don't doc-link to undocumented item
1 parent 0c01b55 commit 0076cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clap_builder/src/builder/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ impl Command {
11261126
}
11271127
}
11281128

1129-
/// Disables the automatic delimiting of values after `--` or when [`Command::trailing_var_arg`]
1129+
/// Disables the automatic delimiting of values after `--` or when [`Arg::trailing_var_arg`]
11301130
/// was used.
11311131
///
11321132
/// **NOTE:** The same thing can be done manually by setting the final positional argument to

0 commit comments

Comments
 (0)