We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e534478 commit 973f30fCopy full SHA for 973f30f
src/builder/arg.rs
@@ -466,7 +466,6 @@ impl Arg {
466
/// [`Arg::short`]: Arg::short()
467
/// [`Arg::long`]: Arg::long()
468
/// [`Arg::num_args(true)`]: Arg::num_args()
469
- /// [`panic!`]: https://doc.rust-lang.org/std/macro.panic!.html
470
/// [`Command`]: crate::Command
471
#[inline]
472
#[must_use]
src/macros.rs
@@ -533,7 +533,7 @@ macro_rules! arg_impl {
533
/// assert_eq!(*m.get_one::<u8>("debug").unwrap(), 0);
534
/// assert_eq!(m.get_one::<String>("input"), None);
535
/// ```
536
-/// [`Arg`]: ./struct.Arg.html
+/// [`Arg`]: crate::Arg
537
#[macro_export]
538
macro_rules! arg {
539
( $name:ident: $($tail:tt)+ ) => {
0 commit comments