From e0098364cb759e6f48279b0ee38d6a41ab6ae43f Mon Sep 17 00:00:00 2001 From: Kevin Boos Date: Fri, 27 Dec 2024 00:56:22 -0800 Subject: [PATCH] minor cleanup after PR #303 --- src/profile/user_profile_cache.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/profile/user_profile_cache.rs b/src/profile/user_profile_cache.rs index 08440ea..89304b8 100644 --- a/src/profile/user_profile_cache.rs +++ b/src/profile/user_profile_cache.rs @@ -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,