1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 14:37:29 +00:00

Add doc_cfg feature, but only on docs.rs

This commit is contained in:
Steffo 2023-05-08 14:45:42 +02:00 committed by GitHub
parent 35409c99a9
commit 2845f53587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ categories = ["config"]
[package.metadata.docs.rs]
all-features = true
cargo-args = ["--bins"]
rustdoc-args = ["--document-private-items"]
rustdoc-args = ["--document-private-items", "--cfg", "docsrs"]
[features]