clippy yelling

This commit is contained in:
dbr 2022-01-17 14:35:07 +11:00
parent 10eba1c25e
commit 4bbbc459f1

View File

@ -195,7 +195,7 @@ impl Ui {
}
/// Creates a PopupModal directly.
pub fn popup_modal<'ui, 'p, Label: AsRef<str>>(
pub fn popup_modal<Label: AsRef<str>>(
&self,
str_id: Label,
) -> PopupModal<'_, '_, Label> {