Browse Source

Circumvent clippy::too-many-arguments

merge-requests/23/head
Valkum 5 years ago committed by Rudi Floren
parent
commit
b2d543972b
  1. 1
      src/database/rooms.rs

1
src/database/rooms.rs

@ -449,6 +449,7 @@ impl Rooms { @@ -449,6 +449,7 @@ impl Rooms {
///
/// By this point the incoming event should be fully authenticated, no auth happens
/// in `append_pdu`.
#[allow(clippy::too_many_arguments)]
pub fn append_pdu(
&self,
pdu: &PduEvent,

Loading…
Cancel
Save