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,
|
||||
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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue