nushell/crates/nu-cmd-extra/src/extra
Ian Manske 583ef8674e
Replace &Span with Span since Span is Copy (#9770)
# Description
`Span` is `Copy`, so we probably should not be passing references of
`Span` around. This PR replaces all instances of `&Span` with `Span`,
copying spans where necessary.

# User-Facing Changes
This alters some public functions to take `Span` instead of `&Span` as
input. Namely, `EngineState::get_span_contents`,
`nu_protocol::extract_value`, a bunch of the math commands, and
`Gstat::gstat`.
2023-07-31 21:47:46 +02:00
..
bits Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
bytes Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
conversions REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
filters Apply nightly clippy lints (#9654) 2023-07-12 00:00:31 +02:00
formats REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
math Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
platform Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
strings Add format duration to replace into duration --convert (#9788) 2023-07-30 22:23:36 +02:00
mod.rs Add format duration to replace into duration --convert (#9788) 2023-07-30 22:23:36 +02:00