mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-10 03:58:49 +00:00
f77dc2451e
Prior to this change, parser_t exposed an environment_t, and Rust had to go through that. But because we have implemented Environment in Rust, it is better to just expose the native Environment from parser_t. Make that change and update call sites. |
||
---|---|---|
.. | ||
env_ffi.rs | ||
environment.rs | ||
environment_impl.rs | ||
mod.rs | ||
var.rs |