Fix failing struct vec vectors

This commit is contained in:
Paul Hauner
2019-04-12 16:52:11 +10:00
parent 48cf75e394
commit d79616fee6
3 changed files with 11 additions and 17 deletions

View File

@@ -153,7 +153,6 @@ where
// The item didn't exist in the old list and doesn't exist in the new list,
// nothing to do.
(None, None) => {}
_ => panic!("variable sized lists not implemented"),
};
}
}