Commit 69e371aa authored by Steven Fackler's avatar Steven Fackler
Browse files

Remove old attributes

parent 81c057b7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
#![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;