fix debug name (#3557)

This commit is contained in:
ifengqi 2024-10-01 17:37:10 +08:00 committed by GitHub
parent f81d162c47
commit 74729f8862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pub fn implementation_panel(
common_reference_panel(window_tab_data.clone(), _position, move || {
window_tab_data.main_split.implementations.get()
})
.debug_name("references panel")
.debug_name("implementation panel")
}
pub fn common_reference_panel(
window_tab_data: Rc<WindowTabData>,