diff --git a/ruma-client/examples/message_log.rs b/ruma-client/examples/message_log.rs index e36aa2e6..64857734 100644 --- a/ruma-client/examples/message_log.rs +++ b/ruma-client/examples/message_log.rs @@ -18,7 +18,6 @@ async fn log_messages(homeserver_url: Uri, username: &str, password: &str) -> an client.log_in(username, password, None, None).await?; - // FIXME: Possibly promotable when replacing `.into()` if `ignore_all` is made const. let filter = FilterDefinition::ignore_all().into(); let initial_sync_response = client .request(assign!(sync_events::Request::new(), {