Skip to content

Commit 4e9c3f2

Browse files
authored
docs: fix docs.rs build by removing removed features (#1480)
docs: remove removed docsrs features that caused docs build to fail
1 parent 8bc2a1d commit 4e9c3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#![deny(clippy::expect_used)]
1515
#![deny(clippy::panic)]
1616
#![deny(clippy::unwrap_used)]
17-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg, doc_cfg_hide))]
17+
#![cfg_attr(docsrs, feature(doc_cfg))]
1818

1919
//! This library supports reading, creating, and embedding C2PA data
2020
//! for a variety of asset types.

0 commit comments

Comments
 (0)