Remove warning
This commit is contained in:
parent
75a6a94e96
commit
c4966ff57a
1 changed files with 0 additions and 2 deletions
|
@ -271,7 +271,6 @@ impl AssistantPanel {
|
||||||
prompt_editor,
|
prompt_editor,
|
||||||
confirmed: false,
|
confirmed: false,
|
||||||
has_focus: false,
|
has_focus: false,
|
||||||
assist_kind,
|
|
||||||
};
|
};
|
||||||
cx.focus_self();
|
cx.focus_self();
|
||||||
assistant
|
assistant
|
||||||
|
@ -2789,7 +2788,6 @@ struct InlineAssistant {
|
||||||
id: usize,
|
id: usize,
|
||||||
prompt_editor: ViewHandle<Editor>,
|
prompt_editor: ViewHandle<Editor>,
|
||||||
confirmed: bool,
|
confirmed: bool,
|
||||||
assist_kind: InlineAssistKind,
|
|
||||||
has_focus: bool,
|
has_focus: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue