...and once more

This commit is contained in:
dbr 2022-01-17 14:47:17 +11:00
parent 4bbbc459f1
commit 45c7e2dd92

View File

@ -195,10 +195,7 @@ impl Ui {
}
/// Creates a PopupModal directly.
pub fn popup_modal<Label: AsRef<str>>(
&self,
str_id: Label,
) -> PopupModal<'_, '_, Label> {
pub fn popup_modal<Label: AsRef<str>>(&self, str_id: Label) -> PopupModal<'_, '_, Label> {
#[allow(deprecated)]
PopupModal::new(self, str_id)
}