Don't run the event handler examples
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user