Remove redundant imports
This commit is contained in:
parent
df0e076549
commit
eb7c85325a
@ -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.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user