Fix merge

This commit is contained in:
Ian Manske 2024-05-03 18:52:11 -04:00
parent e67221edec
commit 0efeaee6b1

View File

@ -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" => {