Deleted unnecessary code in doc comments.

This commit is contained in:
thomasfermi 2020-02-09 21:37:19 +01:00
parent 48eb6a4530
commit 91f37f9358

View file

@ -684,7 +684,7 @@ pub enum AppSettings {
/// // Someone forgot to put .help("...") here
/// // Since the setting AppSettings::HelpRequired is activated, this will lead to
/// // a panic (if you are in debug mode)
/// ).get_matches()
/// )
/// # ;
///```
///