Skip to content

Commit 827aeff

Browse files
committed
chore: clippy
1 parent 4c75069 commit 827aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/thead_drag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ where
149149

150150
drag_state.reorder_columns(&mut resorted_cols);
151151

152-
if &resorted_cols == &*columns.read() {
152+
if resorted_cols == *columns.read() {
153153
String::new()
154154
} else {
155155
match drag_state.hovering_side {

0 commit comments

Comments
 (0)