nushell/crates/nu-command
Ian Manske 15c22db8f4
Make FromValue take owned Values (#10900)
# Description
Changes `FromValue` to take owned `Value`s instead of borrowed `Value`s.
This eliminates some unnecessary clones (e.g., in `call_ext.rs`).

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-31 19:47:00 +01:00
..
src Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +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