From 4bbbc459f16c1c3aacf8bcc5c78397446222e341 Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 17 Jan 2022 14:35:07 +1100 Subject: [PATCH] clippy yelling --- imgui/src/popups.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui/src/popups.rs b/imgui/src/popups.rs index fde191b..75d8e49 100644 --- a/imgui/src/popups.rs +++ b/imgui/src/popups.rs @@ -195,7 +195,7 @@ impl Ui { } /// Creates a PopupModal directly. - pub fn popup_modal<'ui, 'p, Label: AsRef>( + pub fn popup_modal>( &self, str_id: Label, ) -> PopupModal<'_, '_, Label> {