mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
clippy yelling
This commit is contained in:
parent
10eba1c25e
commit
4bbbc459f1
@ -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> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user