mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
Deleted unnecessary code in doc comments.
This commit is contained in:
parent
48eb6a4530
commit
91f37f9358
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ pub enum AppSettings {
|
||||||
/// // Someone forgot to put .help("...") here
|
/// // Someone forgot to put .help("...") here
|
||||||
/// // Since the setting AppSettings::HelpRequired is activated, this will lead to
|
/// // Since the setting AppSettings::HelpRequired is activated, this will lead to
|
||||||
/// // a panic (if you are in debug mode)
|
/// // a panic (if you are in debug mode)
|
||||||
/// ).get_matches()
|
/// )
|
||||||
/// # ;
|
/// # ;
|
||||||
///```
|
///```
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue