picker: fix warnings
This commit is contained in:
parent
55f06dcdb5
commit
f6edc68613
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ pub trait PickerDelegate: Sized + 'static {
|
|||
fn center_selection_after_match_updates(&self) -> bool {
|
||||
false
|
||||
}
|
||||
fn render_header(&self, cx: &AppContext) -> Option<AnyElement<Picker<Self>>> {
|
||||
fn render_header(&self, _cx: &AppContext) -> Option<AnyElement<Picker<Self>>> {
|
||||
None
|
||||
}
|
||||
fn render_footer(&self, cx: &AppContext) -> Option<AnyElement<Picker<Self>>> {
|
||||
fn render_footer(&self, _cx: &AppContext) -> Option<AnyElement<Picker<Self>>> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue