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!();
|
/// # let client: matrix_sdk::Client = unimplemented!();
|
||||||
/// use matrix_sdk::{
|
/// use matrix_sdk::{
|
||||||
/// room::Room,
|
/// room::Room,
|
||||||
/// ruma::events::{
|
/// ruma::{
|
||||||
/// macros::EventContent,
|
/// events::{
|
||||||
/// push_rules::PushRulesEvent,
|
/// macros::EventContent,
|
||||||
/// room::{message::MessageEventContent, topic::TopicEventContent},
|
/// push_rules::PushRulesEvent,
|
||||||
/// Int, MilliSecondsSinceUnixEpoch, SyncMessageEvent, SyncStateEvent,
|
/// room::{message::MessageEventContent, topic::TopicEventContent},
|
||||||
|
/// SyncMessageEvent, SyncStateEvent,
|
||||||
|
/// },
|
||||||
|
/// Int, MilliSecondsSinceUnixEpoch,
|
||||||
/// },
|
/// },
|
||||||
/// Client,
|
/// Client,
|
||||||
/// };
|
/// };
|
||||||
|
|
Loading…
Reference in a new issue