mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Code cleanup: allow None mouse_pos + clippy fixes
This commit is contained in:
@@ -242,7 +242,7 @@ fn translate_cmd(out_commands: &mut Vec<PaintCmd>, style: &Style, cmd: GuiCmd) {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn into_paint_commands<'a, GuiCmdIterator>(
|
||||
pub fn into_paint_commands<GuiCmdIterator>(
|
||||
gui_commands: GuiCmdIterator,
|
||||
style: &Style,
|
||||
) -> Vec<PaintCmd>
|
||||
|
||||
Reference in New Issue
Block a user