From 6e31743efabcff47dd809ceff3ab30b966f0ba24 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 29 Nov 2022 06:43:59 -0600 Subject: [PATCH] docs: Fix docs.rs builds We were broken by rust-lang/cargo#10343. See rust-lang/cargo#11425 Fixes #4519 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4073446ad58..3e1de759d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ include = [ [package.metadata.docs.rs] features = ["unstable-doc"] rustdoc-args = ["--cfg", "docsrs"] -cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"] +cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] [package.metadata.playground] features = ["unstable-doc"]