1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Silence clippy

This commit is contained in:
Emil Ernerfeldt
2024-04-01 09:21:13 +02:00
parent 0e0804accc
commit 8039d9f434

View File

@@ -1122,6 +1122,7 @@ impl TitleBar {
/// title if `collapsible` is `true`
/// - `collapsible`: if `true`, double click on the title bar will be handled for a change
/// of `collapsing` state
#[allow(clippy::too_many_arguments)]
fn ui(
mut self,
ui: &mut Ui,