diff --git a/crates/matrix-sdk/src/client/mod.rs b/crates/matrix-sdk/src/client/mod.rs index 2f10995f5..9ebb11987 100644 --- a/crates/matrix-sdk/src/client/mod.rs +++ b/crates/matrix-sdk/src/client/mod.rs @@ -557,7 +557,7 @@ impl Client { /// /// # Examples /// - /// ``` + /// ```no_run /// # use url::Url; /// # let homeserver = Url::parse("http://localhost:8080").unwrap(); /// use matrix_sdk::{ @@ -708,7 +708,7 @@ impl Client { /// /// # Examples /// - /// ``` + /// ```no_run /// # use url::Url; /// # use tokio::sync::mpsc; /// # @@ -760,7 +760,7 @@ impl Client { /// /// # Examples /// - /// ``` + /// ```no_run /// use matrix_sdk::{ /// event_handler::Ctx, ruma::events::room::message::SyncRoomMessageEvent, /// Room,