diff options
| author | Sean McArthur <[email protected]> | 2015-04-02 11:01:22 -0700 |
|---|---|---|
| committer | Sean McArthur <[email protected]> | 2015-04-02 11:12:18 -0700 |
| commit | 24b876521b7023ad01de8952f796b73233681e13 (patch) | |
| tree | f0809d652b4b5a5c83a18d69a18c58b8faaeb364 /openssl/src/lib.rs | |
| parent | Remove a bunch of use of core feature (diff) | |
| download | rust-openssl-24b876521b7023ad01de8952f796b73233681e13.tar.xz rust-openssl-24b876521b7023ad01de8952f796b73233681e13.zip | |
rustup: changes to io::Error
Diffstat (limited to 'openssl/src/lib.rs')
| -rw-r--r-- | openssl/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index 38314723..a7136cf5 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(core, io, std_misc, unique, collections)] +#![feature(core, std_misc, unique)] #![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")] #[macro_use] |