mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
801cfae279
# Description `Signature::get_positional()` was returning an owned `PositionalArg`, which contains a bunch of strings. `ClosureEval` uses this in `try_add_arg`, making all of that unnecessary cloning a little bit hot. # User-Facing Changes Slightly better performance |
||
---|---|---|
.. | ||
into_config.rs | ||
test_config.rs | ||
test_pipeline_data.rs | ||
test_signature.rs | ||
test_value.rs |