Skip to content

Commit 0455663

Browse files
committed
fix(nightly): remove feature flag for duration
1 parent 8791a7e commit 0455663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![cfg_attr(test, deny(missing_docs))]
33
#![cfg_attr(test, deny(warnings))]
44
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
5-
#![cfg_attr(feature = "timeouts", feature(duration, socket_timeout))]
5+
#![cfg_attr(feature = "timeouts", feature(socket_timeout))]
66

77
//! # Hyper
88
//!

0 commit comments

Comments
 (0)