mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:45:45 +02:00
Remove unused repo parts (#4271)
* Remove unused repo parts * Update README * cargo fmt
This commit is contained in:
@ -49,9 +49,7 @@ 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