docs(client): remove outdated reference to Handler trait

This commit is contained in:
Sean McArthur
2017-05-08 11:50:54 -07:00
parent 696dbe5bf4
commit e6b588b81d

View File

@@ -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;