Skip to content

Conversation

@survived
Copy link
Contributor

@survived survived commented Nov 4, 2025

I noticed that docs build fails on docs.rs after my PR #28 with this error message:

[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> src/lib.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information
[INFO] [stderr]    = note: merged into `doc_cfg`

Replacing this feature with doc_cfg fixes an error. I checked that docs are building on latest nightly.

@survived survived marked this pull request as ready for review November 4, 2025 11:18
@mikelodder7 mikelodder7 merged commit b889bcd into LF-Decentralized-Trust-labs:main Nov 4, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants