nushell/crates/nu_plugin_gstat/src
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
..
nu Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
gstat.rs Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
lib.rs introducing gstat, a new command to get the git status (#443) 2021-12-06 11:28:11 -06:00
main.rs add MessagePack as a plugin protocol (#6370) 2022-08-21 06:13:38 -05:00