Skip to content

Commit

Permalink
Fix changelog example (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton authored and TeXitoi committed Sep 3, 2019
1 parent 40e9ab4 commit 353ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Something = Vec<String>;
#[derive(StructOpt)]
struct Opt {
#[structopt(long)]
fruit: Option<Vec<String>>,
fruit: Option<Something>,
}
```

Expand Down

0 comments on commit 353ca5a

Please sign in to comment.