refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
@@ -53,7 +53,7 @@ impl<'a> InputBoxPopup<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> WidgetRef for InputBoxPopup<'a> {
|
||||
impl WidgetRef for InputBoxPopup<'_> {
|
||||
fn render_ref(&self, area: Rect, buf: &mut Buffer) {
|
||||
self.render_popup(area, buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user