From 3f4f365a2f2de8d5b34e5469481c64d33404f14e Mon Sep 17 00:00:00 2001 From: Anthony Eid Date: Wed, 8 Apr 2026 02:52:32 -0400 Subject: [PATCH] Fix clippy --- crates/ui/src/components/redistributable_columns.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ui/src/components/redistributable_columns.rs b/crates/ui/src/components/redistributable_columns.rs index 941017774a7d9efa48b0b2f0401f62a68781fd05..cb5da35d565185fc838203e4663f25db818769f1 100644 --- a/crates/ui/src/components/redistributable_columns.rs +++ b/crates/ui/src/components/redistributable_columns.rs @@ -455,7 +455,6 @@ pub fn render_redistributable_columns_resize_handles( }) }; let on_drag_end: Option> = { - let columns_state = columns_state.clone(); Some(Rc::new(move |cx| { columns_state.update(cx, |state, _| state.commit_preview()); }))