remove Clone impl from Client

This commit is contained in:
Sean McArthur
2016-12-12 10:31:20 -08:00
parent 559ae8011a
commit 4527a53181

View File

@@ -25,7 +25,6 @@ static DEFAULT_USER_AGENT: &'static str = concat!(env!("CARGO_PKG_NAME"), "/", e
///
/// The `Client` holds a connection pool internally, so it is advised that
/// you create one and reuse it.
#[derive(Clone)]
pub struct Client {
inner: Arc<ClientRef>, //::hyper::Client,
}