mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
It expansion (#1668)
* First step in it-expansion * Fix tests * fix clippy warnings
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user