nushell/crates/nu-command
Ian Manske 72cb4b6032
Reuse Closure type in Value::Closure (#10894)
# Description
Reuses the existing `Closure` type in `Value::Closure`. This will help
with the span refactoring for `Value`. Additionally, this allows us to
more easily box or unbox the `Closure` case should we chose to do so in
the future.

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-30 23:34:23 +01:00
..
src Reuse Closure type in Value::Closure (#10894) 2023-10-30 23:34:23 +01:00
tests Add umkdir command (#10785) 2023-10-30 07:59:48 -05:00
Cargo.toml Add umkdir command (#10785) 2023-10-30 07:59:48 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00