From c8bc97c81be0251670e3f3f279dc45820ad87784 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 Nov 2023 11:22:25 -0800 Subject: [PATCH] Document "rc" and "unstable" features on docs.rs --- serde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index bb7b60b17..14603e70d 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -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"]