nushell/crates/nu-plugin/src/protocol
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
..
evaluated_call.rs Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +01:00
mod.rs fix labelled error from shell error (#10639) 2023-10-08 13:09:42 +02:00
plugin_custom_value.rs Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
plugin_data.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00