Skip to content

Commit 0fd6fe6

Browse files
committed
Drop html_root_url
Per rust-lang/api-guidelines#230 . This also avoids having something that needs to be kept updated.
1 parent 561d951 commit 0fd6fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/libz-sys/1.0")]
21
#![allow(non_camel_case_types)]
32

43
use std::os::raw::{c_char, c_int, c_long, c_uchar, c_uint, c_ulong, c_void};

0 commit comments

Comments
 (0)