Commit d723481f authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix doc root

parent 8a9aa0c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![allow(dead_code)]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl-sys")]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc")]

extern crate libc;

+1 −1
Original line number Diff line number Diff line
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc")]

#[macro_use]
extern crate bitflags;