Fix warnings

This commit is contained in:
Steven Fackler 2015-02-19 09:13:22 -08:00
parent 539b264af6
commit 6bfc4d986b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![allow(dead_code)]
#![feature(core, io, libc, path, std_misc, env)]
#![feature(core, old_io, libc, old_path, std_misc, env)]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl-sys")]
extern crate libc;

View File

@ -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"]