mirror of
https://github.com/nushell/nushell
synced 2025-01-08 19:29:08 +00:00
72cb4b6032
# 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`. |
||
---|---|---|
.. | ||
call_info.rs | ||
capture_block.rs | ||
command.rs | ||
engine_state.rs | ||
mod.rs | ||
overlay.rs | ||
pattern_match.rs | ||
stack.rs | ||
state_delta.rs | ||
state_working_set.rs | ||
usage.rs |