diff --git a/src/client/mod.rs b/src/client/mod.rs index 2ea07e6a..1f217a73 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -1,7 +1,4 @@ //! HTTP Client -//! -//! The HTTP `Client` uses asynchronous IO, and utilizes the `Handler` trait -//! to convey when IO events are available for a given request. use std::cell::RefCell; use std::fmt;