Silence stability warning

This commit is contained in:
Steven Fackler 2015-02-26 09:02:16 -08:00
parent ebd9062933
commit 14e6b1b530
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![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")] #![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]
extern crate libc; extern crate libc;