Remove stray TODO comment

This commit is contained in:
Isaiah Inuwa 2020-03-17 21:11:38 -05:00 committed by Jonas Platte
parent 78744a3a98
commit 67257e15e8
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -243,7 +243,6 @@ pub struct State {
#[derive(Clone, Debug, Serialize, Outgoing)]
pub struct AccountData {
/// A list of events.
// TODO: Create
#[wrap_incoming(NonRoomEvent with EventResult)]
pub events: Vec<NonRoomEvent>,
}