Skip to content

Commit 2a77286

Browse files
committed
Remove unneeded feature
1 parent 36fc295 commit 2a77286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
22
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-array/doc")]
33
#![feature(core, io)]
4-
#![cfg_attr(test, feature(collections))]
54

65
extern crate postgres;
76
extern crate time;

0 commit comments

Comments
 (0)