From ce427edb0861a51776aa91e50c9148c2aea8363e Mon Sep 17 00:00:00 2001 From: Gleb Kozyrev Date: Tue, 3 Feb 2015 18:22:40 +0200 Subject: [PATCH] Chase std API stability changes --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index af1b1be5b..58f3d2f07 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"] -- GitLab