mirror of
https://github.com/nushell/nushell.git
synced 2025-06-09 11:36:52 +02:00
Hide another overlay internal detail`
Only used for `merge_delta`
This commit is contained in:
parent
77cd40d7d9
commit
e26b111a73
@ -394,7 +394,7 @@ impl EngineState {
|
||||
}
|
||||
|
||||
/// Translate overlay IDs from other to IDs in self
|
||||
pub fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec<OverlayId> {
|
||||
fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec<OverlayId> {
|
||||
let other_names = other.active_overlays.iter().map(|other_id| {
|
||||
&other
|
||||
.overlays
|
||||
|
Loading…
x
Reference in New Issue
Block a user