fix: show docs.rs feature flags

This commit is contained in:
ThetaDev 2024-08-18 03:25:02 +02:00
parent 7bd8c9fb15
commit 4e32728c02
4 changed files with 16 additions and 2 deletions

View file

@ -120,3 +120,9 @@ tokio-test.workspace = true
insta.workspace = true
path_macro.workspace = true
tracing-test.workspace = true
[package.metadata.docs.rs]
# To build locally:
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --features rss --no-deps --open
features = ["rss"]
rustdoc-args = ["--cfg", "docsrs"]