Don't run the event handler examples

This commit is contained in:
Damir Jelić
2023-11-10 18:27:19 +01:00
parent 4912cd8a40
commit e958b1ce28
+3 -3
View File
@@ -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,