From ccf94ad5efd4b48245cc89baca39d3d2f697c245 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 9 Jul 2016 20:24:38 -0700 Subject: [PATCH] Remove nightly feature --- Cargo.toml | 1 - src/lib.rs | 1 - 2 files changed, 2 deletions(-) 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;