Document "rc" and "unstable" features on docs.rs

This commit is contained in:
David Tolnay 2023-11-06 11:22:25 -08:00
parent 9dacfbbd69
commit c8bc97c81b
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -27,7 +27,7 @@ doc-scrape-examples = false
features = ["derive", "rc"]
[package.metadata.docs.rs]
features = ["derive"]
features = ["derive", "rc", "unstable"]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]