diff --git a/src/args/arg_matches.rs b/src/args/arg_matches.rs index 20e14906..6afb57c9 100644 --- a/src/args/arg_matches.rs +++ b/src/args/arg_matches.rs @@ -375,7 +375,7 @@ impl<'a> ArgMatches<'a> { /// aware these aren't actually all subcommands in the real `git` interface, but it makes /// explaination easier) /// - /// ```ignore + /// ```notrust /// Top Level App (git) TOP /// | /// -----------------------------------------