nushell/crates/nu-command/src/env
Ian Manske 06fe7d1e16
Remove usages of Call::positional_nth (#12871)
# Description
Following from #12867, this PR replaces usages of `Call::positional_nth`
with existing spans. This removes several `expect`s from the code.

Also remove unused `positional_nth_mut` and `positional_iter_mut`
2024-05-15 19:59:42 +02:00
..
config Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
export_env.rs Remove the Value::Block case (#12582) 2024-04-21 07:03:33 +02:00
load_env.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
mod.rs remove let-env, focus on mutating $env (#9574) 2023-07-01 07:57:51 +12:00
source_env.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
with_env.rs Remove usages of Call::positional_nth (#12871) 2024-05-15 19:59:42 +02:00