Remove redundant imports

This commit is contained in:
Jonas Platte 2020-02-07 11:23:52 +01:00
parent df0e076549
commit eb7c85325a
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -19,9 +19,7 @@ use std::{
fmt::{Display, Formatter, Result as FmtResult}, fmt::{Display, Formatter, Result as FmtResult},
}; };
use http::{self, Method}; use http::Method;
use serde_json;
use serde_urlencoded;
/// Generates a `ruma_api::Endpoint` from a concise definition. /// Generates a `ruma_api::Endpoint` from a concise definition.
/// ///