Skip to content

Commit

Permalink
fix(timeouts): remove rust #![feature] for socket timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 16, 2015
1 parent 3d05a90 commit b872969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

1 comment on commit b872969

@softprops
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woot

Please sign in to comment.