mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:47:45 +02:00
Remove unused repo parts (#4271)
* Remove unused repo parts * Update README * cargo fmt
This commit is contained in:
@ -573,9 +573,7 @@ impl Value {
|
||||
value: UntaggedValue::Table(rows),
|
||||
..
|
||||
} => rows.is_empty(),
|
||||
r
|
||||
@
|
||||
Value {
|
||||
r @ Value {
|
||||
value: UntaggedValue::Row(_),
|
||||
..
|
||||
} => r.row_entries().all(|(_, value)| value.is_empty()),
|
||||
|
Reference in New Issue
Block a user