From e3a7b87876bf7122a1597041f68d94cab68bce7b Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Thu, 9 Sep 2021 20:40:39 +0000 Subject: [PATCH] Fixed error in Cargo doc build. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afc9d6e0f71..e16ba81cfa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ doc-comment = "0.3" crossbeam-channel = "0.5.1" [package.metadata.docs.rs] -all-features = true +features = ["full"] rustdoc-args = ["--cfg", "docsrs"] [features]