mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
clippy yelling
This commit is contained in:
parent
10eba1c25e
commit
4bbbc459f1
@ -195,7 +195,7 @@ impl Ui {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a PopupModal directly.
|
/// Creates a PopupModal directly.
|
||||||
pub fn popup_modal<'ui, 'p, Label: AsRef<str>>(
|
pub fn popup_modal<Label: AsRef<str>>(
|
||||||
&self,
|
&self,
|
||||||
str_id: Label,
|
str_id: Label,
|
||||||
) -> PopupModal<'_, '_, Label> {
|
) -> PopupModal<'_, '_, Label> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user