Clippy lints

This commit is contained in:
Jeremy A. Kolb 2018-11-29 15:30:49 -05:00
parent 70a7cb34ec
commit f32dc71351
5 changed files with 14 additions and 17 deletions

View file

@ -94,7 +94,7 @@ impl RawRequest {
R::Params: Serialize,
{
RawRequest {
id: id,
id,
method: R::METHOD.to_string(),
params: to_value(params).unwrap(),
}