Commit 14e6b1b5 authored by Steven Fackler's avatar Steven Fackler
Browse files

Silence stability warning

parent ebd90629
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![feature(unsafe_destructor, core, old_io, std_misc, libc, old_path)]
#![feature(unsafe_destructor, core, old_io, std_misc, libc, old_path, unique)]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]

extern crate libc;