mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 16:31:47 +02:00
Attempt rustup update
on each PR (#1345)
* Attempt update on each PR * Update fmt
This commit is contained in:
@ -42,7 +42,9 @@ impl PerItemCommand for Edit {
|
||||
let replacement = call_info.args.expect_nth(1)?.tagged_unknown();
|
||||
|
||||
let stream = match value {
|
||||
obj @ Value {
|
||||
obj
|
||||
@
|
||||
Value {
|
||||
value: UntaggedValue::Row(_),
|
||||
..
|
||||
} => match obj.replace_data_at_column_path(&field, replacement.item.clone()) {
|
||||
|
@ -42,7 +42,9 @@ impl PerItemCommand for Insert {
|
||||
let replacement = call_info.args.expect_nth(1)?.tagged_unknown();
|
||||
|
||||
let stream = match value {
|
||||
obj @ Value {
|
||||
obj
|
||||
@
|
||||
Value {
|
||||
value: UntaggedValue::Row(_),
|
||||
..
|
||||
} => match obj.insert_data_at_column_path(&field, replacement.item.clone()) {
|
||||
|
Reference in New Issue
Block a user