Skip to content

Commit 4ccf8bb

Browse files
committed
Enable doc cfg for hdf5-sys
1 parent c8431ca commit 4ccf8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hdf5-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_safety_doc))]
55
#![cfg_attr(feature = "cargo-clippy", allow(clippy::cognitive_complexity))]
66
#![cfg_attr(feature = "cargo-clippy", allow(clippy::upper_case_acronyms))]
7+
#![cfg_attr(docsrs, feature(doc_cfg))]
78

89
macro_rules! extern_static {
910
($dest:ident, $src:ident) => {

0 commit comments

Comments
 (0)