From e958b1ce285ca0c439a6aa0edaf97082dd971dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 10 Nov 2023 18:27:19 +0100 Subject: [PATCH] Don't run the event handler examples --- crates/matrix-sdk/src/client/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,