aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGleb Kozyrev <[email protected]>2015-02-03 18:22:40 +0200
committerGleb Kozyrev <[email protected]>2015-02-03 18:22:40 +0200
commitce427edb0861a51776aa91e50c9148c2aea8363e (patch)
tree036cc42d93d5a11f0a62c2ba6b86e1fc7be86768 /src
parentMerge pull request #150 from gkoz/show_debug (diff)
downloadrust-openssl-ce427edb0861a51776aa91e50c9148c2aea8363e.tar.xz
rust-openssl-ce427edb0861a51776aa91e50c9148c2aea8363e.zip
Chase std API stability changes
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index af1b1be5..58f3d2f0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path, collections)]
+#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path)]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]