mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:57:44 +02:00
Fix compile errors
This commit is contained in:
@ -18,7 +18,7 @@ pub fn eval_env_change_hook(
|
||||
if let Some(hook) = env_change_hook {
|
||||
match hook {
|
||||
Value::Record { val, .. } => {
|
||||
for (env_name, hook_value) in &*val {
|
||||
for (env_name, hook_value) in &val {
|
||||
let before = engine_state
|
||||
.previous_env_vars
|
||||
.get(env_name)
|
||||
|
Reference in New Issue
Block a user