mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Attempt rustup update
on each PR (#1345)
* Attempt update on each PR * Update fmt
This commit is contained in:
@ -37,7 +37,9 @@ impl Plugin for Inc {
|
||||
if let Some(args) = call_info.args.positional {
|
||||
for arg in args {
|
||||
match arg {
|
||||
table @ Value {
|
||||
table
|
||||
@
|
||||
Value {
|
||||
value: UntaggedValue::Primitive(Primitive::ColumnPath(_)),
|
||||
..
|
||||
} => {
|
||||
|
Reference in New Issue
Block a user