allow manual_unwrap_or_default lint here
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
8915b6469d
commit
ee3160dd1b
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ impl Service {
|
|||
&'a self, user_id: &'a UserId, room_id: &'a RoomId, target: &'a EventId, until: PduCount,
|
||||
) -> Result<impl Iterator<Item = Result<(PduCount, PduEvent)>> + 'a> {
|
||||
let room_id = services().rooms.short.get_or_create_shortroomid(room_id)?;
|
||||
#[allow(unknown_lints)]
|
||||
#[allow(clippy::manual_unwrap_or_default)]
|
||||
let target = match services().rooms.timeline.get_pdu_count(target)? {
|
||||
Some(PduCount::Normal(c)) => c,
|
||||
// TODO: Support backfilled relations
|
||||
|
|
Loading…
Add table
Reference in a new issue