Skip to content

Commit

Permalink
fix(nightly): remove feature flag for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 12, 2015
1 parent 8791a7e commit 0455663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
#![cfg_attr(feature = "timeouts", feature(duration, socket_timeout))]
#![cfg_attr(feature = "timeouts", feature(socket_timeout))]

//! # Hyper
//!
Expand Down

0 comments on commit 0455663

Please sign in to comment.