Skip to content

Commit b872969

Browse files
committed
fix(timeouts): remove rust #![feature] for socket timeouts
1 parent 3d05a90 commit b872969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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(socket_timeout))]
65

76
//! # Hyper
87
//!

0 commit comments

Comments
 (0)