1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 10:48:30 +00:00

Cargo fmt

This commit is contained in:
Devin Ragotzy 2020-07-29 14:28:40 -04:00
parent 8aac332b3a
commit 25c0e75f29
2 changed files with 2 additions and 3 deletions

View file

@ -4,8 +4,7 @@ use ruma::{
events::{AnyEvent as EduEvent, EventType},
Raw, RoomId, UserId,
};
use serde::de::DeserializeOwned;
use serde::Serialize;
use serde::{de::DeserializeOwned, Serialize};
use sled::IVec;
use std::{collections::HashMap, convert::TryFrom};