async_client: rebase master onto more-endpoints, fix clippy warning

master
Devin R 2020-05-05 13:21:02 -04:00
parent d8883a11c1
commit 5ce62c9b6c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ use reqwest::header::{HeaderValue, InvalidHeaderValue};
use url::Url;
use crate::events::room::message::MessageEventContent;
use crate::events::{EventJson, EventType};
use crate::events::EventType;
use crate::identifiers::{EventId, RoomId, RoomIdOrAliasId, UserId};
use crate::Endpoint;