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 {
/// ///
/// By this point the incoming event should be fully authenticated, no auth happens /// By this point the incoming event should be fully authenticated, no auth happens
/// in `append_pdu`. /// in `append_pdu`.
#[allow(clippy::too_many_arguments)]
pub fn append_pdu( pub fn append_pdu(
&self, &self,
pdu: &PduEvent, pdu: &PduEvent,

Loading…
Cancel
Save