It expansion (#1668)

* First step in it-expansion

* Fix tests

* fix clippy warnings
This commit is contained in:
Jonathan Turner
2020-04-27 14:04:54 +12:00
committed by GitHub
parent 6f2ef05195
commit 8bd3cedce1
37 changed files with 1040 additions and 1002 deletions

View File

@ -356,7 +356,7 @@ impl<'de, 'a> de::Deserializer<'de> for &'a mut ConfigDeserializer<'de> {
return visit::<Value, _>(value.val, name, fields, visitor);
}
if name == "Evaluate" {
if name == "Block" {
let block = match value.val {
Value {
value: UntaggedValue::Block(block),