Remove nightly feature

This commit is contained in:
Steven Fackler 2016-07-09 20:24:38 -07:00
parent 49b9b830d3
commit ccf94ad5ef
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ name = "test"
path = "tests/test.rs"
[features]
nightly = []
with-bit-vec = ["bit-vec"]
with-chrono = ["chrono"]
with-eui48 = ["eui48"]

View File

@ -41,7 +41,6 @@
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.11")]
#![warn(missing_docs)]
#![allow(unknown_lints, needless_lifetimes)] // for clippy
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
extern crate bufstream;
extern crate byteorder;