Remove unneeded shorthand field pattern
This commit is contained in:
parent
b2f7200b38
commit
7b04d02a4a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ mod test {
|
|||
assert!(parsed.is_ok(), "Parsed is not ok: {:?}", parsed);
|
||||
|
||||
match parsed.ok() {
|
||||
Some(FHD::Map{keys: keys}) => {
|
||||
Some(FHD::Map{keys}) => {
|
||||
for k in keys {
|
||||
match k {
|
||||
FHD::Key{name: name, value: value} => {
|
||||
|
|
Loading…
Reference in a new issue