Refine expect messages.
This commit is contained in:
@@ -568,7 +568,7 @@ where
|
||||
) -> Result<V::Value, Box<EvalAltResult>> {
|
||||
// Deserialize each value item coming out of the iterator.
|
||||
seed.deserialize(&mut DynamicDeserializer::from_dynamic(
|
||||
self.values.next().unwrap(),
|
||||
self.values.next().expect("value should exist"),
|
||||
))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user