fix(timeouts): remove rust #![feature] for socket timeouts

This commit is contained in:
Sean McArthur
2015-09-16 14:30:12 -07:00
parent 3d05a90eef
commit b872969880

View File

@@ -2,7 +2,6 @@
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
#![cfg_attr(feature = "timeouts", feature(socket_timeout))]
//! # Hyper
//!