refactor(hyper): Remove the box_syntax feature gate.

This commit is contained in:
Jonathan Reem
2015-03-23 13:29:17 -07:00
committed by Sean McArthur
parent a62323cafe
commit dbee6af8df
5 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
#![doc(html_root_url = "https://hyperium.github.io/hyper/hyper/index.html")]
#![feature(core, io,
box_syntax, unsafe_destructor, into_cow, convert)]
#![feature(core, io, unsafe_destructor, into_cow, convert)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, feature(alloc, test))]