diff --git a/src/lib.rs b/src/lib.rs index 5e23d5b05..f8bb3317a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -125,7 +125,7 @@ where { type Config = ProtoBufConfig; type Error = Error; - type Future = Box>; + type Future = Box>; #[inline] fn from_request(req: &HttpRequest, payload: &mut Payload) -> Self::Future { @@ -164,7 +164,7 @@ pub struct ProtoBufMessage { length: Option, stream: Option, err: Option, - fut: Option>>, + fut: Option>>, } impl ProtoBufMessage {