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;