more clippy

This commit is contained in:
galister
2025-10-31 17:48:54 +09:00
parent 67017a9f54
commit 44b9a79849
6 changed files with 31 additions and 28 deletions

View File

@@ -291,6 +291,7 @@ fn register_event_mouse_release(
)
}
#[allow(clippy::too_many_lines)]
pub fn construct(ess: &mut ConstructEssentials, params: Params) -> anyhow::Result<(WidgetPair, Rc<ComponentSlider>)> {
let mut style = params.style;
style.position = taffy::Position::Relative;