From d06f226b3f7fd3517ea2299abebd7df031c1a428 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 5 Feb 2015 21:04:18 -0800 Subject: Fix deprecation warnings in openssl-sys --- openssl-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl-sys/src/lib.rs') diff --git a/openssl-sys/src/lib.rs b/openssl-sys/src/lib.rs index 84bd004b..fd16792b 100644 --- a/openssl-sys/src/lib.rs +++ b/openssl-sys/src/lib.rs @@ -1,6 +1,6 @@ #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(dead_code)] -#![feature(core, io, libc, os, path, std_misc)] +#![feature(core, io, libc, path, std_misc, env)] extern crate libc; -- cgit v1.2.3