diff --git a/Cargo.toml b/Cargo.toml index 444b8cc0..b86c2f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ name = "test" path = "tests/test.rs" [features] -nightly = [] with-bit-vec = ["bit-vec"] with-chrono = ["chrono"] with-eui48 = ["eui48"] diff --git a/src/lib.rs b/src/lib.rs index 40e5a6e9..7b40cec3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;