mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Fix example test code
This commit is contained in:
parent
6b3ba22368
commit
f18f3559e2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ you can set `App::help_heading`.
|
|||
|
||||
Example test:
|
||||
```rust
|
||||
fn app() -> clap::App {
|
||||
fn app() -> clap::App<'static> {
|
||||
...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue