client-api: Merge more imports

This commit is contained in:
Jonas Platte 2020-09-22 23:13:04 +02:00
parent 7c535badf6
commit f92428b2c2
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -1,8 +1,7 @@
//! Helper module for the Serialize / Deserialize impl's for the User struct
//! in the parent module.
use ruma_common::thirdparty::Medium;
use ruma_common::Outgoing;
use ruma_common::{thirdparty::Medium, Outgoing};
use serde::Serialize;
// The following three structs could just be used in place of the one in the parent module, but