Remove nightly feature
This commit is contained in:
parent
49b9b830d3
commit
ccf94ad5ef
@ -21,7 +21,6 @@ name = "test"
|
|||||||
path = "tests/test.rs"
|
path = "tests/test.rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
nightly = []
|
|
||||||
with-bit-vec = ["bit-vec"]
|
with-bit-vec = ["bit-vec"]
|
||||||
with-chrono = ["chrono"]
|
with-chrono = ["chrono"]
|
||||||
with-eui48 = ["eui48"]
|
with-eui48 = ["eui48"]
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.11")]
|
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.11")]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
#![allow(unknown_lints, needless_lifetimes)] // for clippy
|
#![allow(unknown_lints, needless_lifetimes)] // for clippy
|
||||||
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
|
|
||||||
|
|
||||||
extern crate bufstream;
|
extern crate bufstream;
|
||||||
extern crate byteorder;
|
extern crate byteorder;
|
||||||
|
Loading…
Reference in New Issue
Block a user