diff --git a/src/installed.rs b/src/installed.rs index 46f9ee6..707dc1d 100644 --- a/src/installed.rs +++ b/src/installed.rs @@ -208,7 +208,7 @@ impl<'c, FD: 'static + FlowDelegate + Clone + Send, C: 'c + hyper::client::conne r.into_body() .concat2() .map(|c| String::from_utf8(c.into_bytes().to_vec()).unwrap()) - // TODO: error handling + // TODO: error handling }) .then(|body_or| { let resp = match body_or {