We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fc295 commit 2a77286Copy full SHA for 2a77286
src/lib.rs
@@ -1,7 +1,6 @@
1
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
2
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-array/doc")]
3
#![feature(core, io)]
4
-#![cfg_attr(test, feature(collections))]
5
6
extern crate postgres;
7
extern crate time;
0 commit comments