From 7ff96f582eac1d1cce66514407fc07d8edb5b78c Mon Sep 17 00:00:00 2001 From: Andre Braga Reis Date: Mon, 7 Mar 2022 11:56:39 +0000 Subject: [PATCH] Tell docs.rs to document all features --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ea47af5d..bd6ed4e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,3 +51,6 @@ required-features = ["completion"] [workspace.metadata.workspaces] no_individual_tags = true + +[package.metadata.docs.rs] + all-features = true