mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Silence clippy
This commit is contained in:
@@ -1122,6 +1122,7 @@ impl TitleBar {
|
|||||||
/// title if `collapsible` is `true`
|
/// title if `collapsible` is `true`
|
||||||
/// - `collapsible`: if `true`, double click on the title bar will be handled for a change
|
/// - `collapsible`: if `true`, double click on the title bar will be handled for a change
|
||||||
/// of `collapsing` state
|
/// of `collapsing` state
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn ui(
|
fn ui(
|
||||||
mut self,
|
mut self,
|
||||||
ui: &mut Ui,
|
ui: &mut Ui,
|
||||||
|
|||||||
Reference in New Issue
Block a user