Fix doctest imports
This commit is contained in:
parent
699039f788
commit
971cdf37f6
1 changed files with 8 additions and 5 deletions
|
@ -904,11 +904,14 @@ impl Client {
|
|||
/// # let client: matrix_sdk::Client = unimplemented!();
|
||||
/// use matrix_sdk::{
|
||||
/// room::Room,
|
||||
/// ruma::events::{
|
||||
/// macros::EventContent,
|
||||
/// push_rules::PushRulesEvent,
|
||||
/// room::{message::MessageEventContent, topic::TopicEventContent},
|
||||
/// Int, MilliSecondsSinceUnixEpoch, SyncMessageEvent, SyncStateEvent,
|
||||
/// ruma::{
|
||||
/// events::{
|
||||
/// macros::EventContent,
|
||||
/// push_rules::PushRulesEvent,
|
||||
/// room::{message::MessageEventContent, topic::TopicEventContent},
|
||||
/// SyncMessageEvent, SyncStateEvent,
|
||||
/// },
|
||||
/// Int, MilliSecondsSinceUnixEpoch,
|
||||
/// },
|
||||
/// Client,
|
||||
/// };
|
||||
|
|
Loading…
Reference in a new issue