fix(nightly): remove feature flag for duration
This commit is contained in:
@@ -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
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user