mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: silence warning in example code
This commit is contained in:
parent
bb26ed1c8b
commit
0eba8015e3
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ struct Opt {
|
|||
|
||||
fn main() {
|
||||
let opt = Opt::parse();
|
||||
println!("{:?}", opt);
|
||||
println!("{:?}", opt.skipped);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue