chore: silence warning in example code

This commit is contained in:
Kevin K 2021-10-08 13:51:58 -04:00
parent bb26ed1c8b
commit 0eba8015e3
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -50,5 +50,5 @@ struct Opt {
fn main() {
let opt = Opt::parse();
println!("{:?}", opt);
println!("{:?}", opt.skipped);
}