Skip to content

Commit a17ca57

Browse files
committed
Pass the clippy
1 parent 29eccc2 commit a17ca57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/home/room_screen.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,8 +1305,8 @@ impl Widget for RoomScreen {
13051305
// Pass this state to each of the `populate_*` functions so they can attempt to re-use
13061306
// an item in the timeline's portallist that was previously populated, if one exists.
13071307
let item_drawn_status = ItemDrawnStatus {
1308-
content_drawn: tl_state.content_drawn_since_last_update.contains(&tl_idx),
1309-
profile_drawn: tl_state.profile_drawn_since_last_update.contains(&tl_idx),
1308+
content_drawn: tl_state.content_drawn_since_last_update.contains(tl_idx),
1309+
profile_drawn: tl_state.profile_drawn_since_last_update.contains(tl_idx),
13101310
};
13111311

13121312
let item = {

0 commit comments

Comments
 (0)