From e26b111a731ac396b48498a6ff5a40eb438d1ccd Mon Sep 17 00:00:00 2001 From: sholderbach Date: Thu, 24 Apr 2025 18:01:53 +0200 Subject: [PATCH] Hide another overlay internal detail` Only used for `merge_delta` --- crates/nu-protocol/src/engine/engine_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-protocol/src/engine/engine_state.rs b/crates/nu-protocol/src/engine/engine_state.rs index d21393c9b1..91c00a99ee 100644 --- a/crates/nu-protocol/src/engine/engine_state.rs +++ b/crates/nu-protocol/src/engine/engine_state.rs @@ -394,7 +394,7 @@ impl EngineState { } /// Translate overlay IDs from other to IDs in self - pub fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec { + fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec { let other_names = other.active_overlays.iter().map(|other_id| { &other .overlays