enable unused_lifetimes lint

This commit is contained in:
Charles Hall 2024-05-12 14:54:48 -07:00
parent 5d5e28770b
commit a78bf8f50b
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
8 changed files with 11 additions and 10 deletions

View file

@ -1206,7 +1206,7 @@ async fn validate_and_add_event_id(
Ok((event_id, value))
}
pub(crate) async fn invite_helper<'a>(
pub(crate) async fn invite_helper(
sender_user: &UserId,
user_id: &UserId,
room_id: &RoomId,