events: Remove outdated docs

This commit is contained in:
Jonas Platte 2021-09-15 20:06:24 +02:00
parent 9cb9b1104a
commit 0196c53530
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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<EventId>` 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;