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 8bc2a1d commit 4e9c3f2Copy full SHA for 4e9c3f2
sdk/src/lib.rs
@@ -14,7 +14,7 @@
14
#![deny(clippy::expect_used)]
15
#![deny(clippy::panic)]
16
#![deny(clippy::unwrap_used)]
17
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg, doc_cfg_hide))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
18
19
//! This library supports reading, creating, and embedding C2PA data
20
//! for a variety of asset types.
0 commit comments