Add comma to readme

This commit is contained in:
Paul Hauner 2019-04-24 18:30:59 +10:00
parent 1f6a54c2ba
commit 58b69e9ba6
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -57,7 +57,7 @@ fn main() {
Foo {
a: 100,
b: vec![1, 2, 3, 4, 5, 6]
}
},
Foo {
a: 42,
b: vec![]