Skip to content

Commit

Permalink
minor cleanup after PR #303
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Dec 27, 2024
1 parent aafff38 commit e009836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/profile/user_profile_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ where
/// which isn't used, but acts as a guarantee that this function
/// must only be called by the main UI thread.
pub fn get_user_profile_and_room_member(
#[allow(unused)]
_cx: &mut Cx,
_cx: &mut Cx,
user_id: OwnedUserId,
room_id: &RoomId,
fetch_if_missing: bool,
Expand Down

0 comments on commit e009836

Please sign in to comment.