From 0196c535301402b5deb4b48daebc7727bb9297a1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 15 Sep 2021 20:06:24 +0200 Subject: [PATCH] events: Remove outdated docs --- crates/ruma-events/src/pdu.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/ruma-events/src/pdu.rs b/crates/ruma-events/src/pdu.rs index be427cb7..4c60a97d 100644 --- a/crates/ruma-events/src/pdu.rs +++ b/crates/ruma-events/src/pdu.rs @@ -4,9 +4,6 @@ //! that the `RoomV1Pdu` takes an `event_id` field (`RoomV3Pdu` does not), and //! `auth_events` and `prev_events` take `Vec<(EventId, EventHash)> rather than //! `Vec` in `RoomV3Pdu`. -//! -//! The stubbed versions of each PDU type remove the `event_id` field (if any) -//! and the `room_id` field for use in PDU templates. use std::collections::BTreeMap;