diff options
| author | Steven Fackler <[email protected]> | 2015-02-19 09:13:22 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-19 09:13:22 -0800 |
| commit | 6bfc4d986b17b6a34f2ff0a1ee30bc384ebabafc (patch) | |
| tree | d5a980c96b27f525431b3693a372483e3378fca8 /openssl | |
| parent | Merge pull request #164 from alexcrichton/ice (diff) | |
| download | rust-openssl-6bfc4d986b17b6a34f2ff0a1ee30bc384ebabafc.tar.xz rust-openssl-6bfc4d986b17b6a34f2ff0a1ee30bc384ebabafc.zip | |
Fix warnings
Diffstat (limited to 'openssl')
| -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 11234c2f..4fa57126 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path)] +#![feature(unsafe_destructor, core, old_io, std_misc, libc, hash, old_path)] #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] |