We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8431ca commit 4ccf8bbCopy full SHA for 4ccf8bb
hdf5-sys/src/lib.rs
@@ -4,6 +4,7 @@
4
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_safety_doc))]
5
#![cfg_attr(feature = "cargo-clippy", allow(clippy::cognitive_complexity))]
6
#![cfg_attr(feature = "cargo-clippy", allow(clippy::upper_case_acronyms))]
7
+#![cfg_attr(docsrs, feature(doc_cfg))]
8
9
macro_rules! extern_static {
10
($dest:ident, $src:ident) => {
0 commit comments