Silence stability warning
This commit is contained in:
parent
ebd9062933
commit
14e6b1b530
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue