From 9c4323c0c5de3c0ba2f805b00ee2fa3ce2a5d163 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 4 Jul 2020 23:06:23 -0700 Subject: [PATCH] removing used `use` --- server/src/http_params.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/http_params.rs b/server/src/http_params.rs index 0b4a71f..46474c0 100644 --- a/server/src/http_params.rs +++ b/server/src/http_params.rs @@ -1,5 +1,5 @@ use serde_json::{self, Value}; -use hyper::body::{to_bytes, Bytes}; +use hyper::body::to_bytes; use hyper::Body; use std::u8;