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
+1 -1
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"]