mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-18 08:02:27 +00:00
Remove unneeded type qualification
This commit is contained in:
parent
1361b61708
commit
b5224bdafd
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ impl Pane {
|
|||
.id(item.id())
|
||||
.invisible()
|
||||
.group_hover("", |style| style.visible())
|
||||
.child(IconButton::<Self>::new("close_tab", Icon::Close).on_click(
|
||||
.child(IconButton::new("close_tab", Icon::Close).on_click(
|
||||
move |pane: &mut Self, cx| {
|
||||
pane.close_item_by_id(id, SaveIntent::Close, cx)
|
||||
.detach_and_log_err(cx);
|
||||
|
|
Loading…
Reference in a new issue