Closed JohnScience closed 1 year ago
Any ideas what's wrong? I don't think I've touched anything other than the documentation in this brach.
@veeso I checked the logs, it says something about unknown user and unknown issuer. I don't think that the checks failed due to the introduced changes.
yeah, it's okay. Thank you very much for this contribution
56 - Added doc_cfg where appropriate and silenced warnings when building the docs
Fixes #56
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
List here your changes
#[cfg_attr(docsrs, doc(cfg(...)))]
where appropriate in order to properly document conditionally compiled items with--all-features
(cargo +nightly rustdoc --all-features --open -- --cfg docsrs
).warning: unclosed HTML tag DIR
by properly enclosing raw text.Type of change
Please select relevant options.
Checklist
cargo fmt
cargo clippy
and reports no warningsAcceptance tests
wait for a project maintainer to fulfill this section...