From 0efeaee6b1b3b2f8fcea42536113b53d43d1a10a Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Fri, 3 May 2024 18:52:11 -0400 Subject: [PATCH] Fix merge --- crates/nu-protocol/src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-protocol/src/config/mod.rs b/crates/nu-protocol/src/config/mod.rs index 35c5ddd482..09ee797bd0 100644 --- a/crates/nu-protocol/src/config/mod.rs +++ b/crates/nu-protocol/src/config/mod.rs @@ -655,7 +655,7 @@ impl Value { } "shell_integration" => { if let Value::Record { val, .. } = value { - val.to_mut().retain_mut(|key2, value| { + val.retain_mut(|key2, value| { let span = value.span(); match key2 { "osc2" => {