Drop unused feature gate

This commit is contained in:
Steven Fackler 2016-07-31 16:23:48 -07:00
parent 2574bff52d
commit 92abf49b96
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.14")]
#![cfg_attr(feature = "nightly", feature(const_fn))]
#[macro_use]
extern crate bitflags;