From 10f48d237dbcf766cb95260cfad564ea8900c4e6 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 5 May 2024 17:58:34 -0700 Subject: [PATCH] Have docs.rs pass --all-features to ensure all features have docs built --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 74aeb526..a56a9626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,3 +93,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h [workspace] members = [".", "examples/*"] + +[package.metadata.docs.rs] +# Have docs.rs pass `--all-features` to ensure all features have their documentation built. +all-features = true