Remove warning

This commit is contained in:
Antonio Scandurra 2023-08-25 17:35:14 +02:00
parent 75a6a94e96
commit c4966ff57a

View file

@ -271,7 +271,6 @@ impl AssistantPanel {
prompt_editor,
confirmed: false,
has_focus: false,
assist_kind,
};
cx.focus_self();
assistant
@ -2789,7 +2788,6 @@ struct InlineAssistant {
id: usize,
prompt_editor: ViewHandle<Editor>,
confirmed: bool,
assist_kind: InlineAssistKind,
has_focus: bool,
}