Remove old attributes

This commit is contained in:
Steven Fackler 2015-02-21 16:47:18 -08:00
parent 81c057b7b9
commit 69e371aafd
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
#![feature(unsafe_destructor, core, old_io, std_misc, libc, old_path)]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]
extern crate libc;