From e52996bdf4c4f67c119c4f7a2585bc1436eec2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 26 Sep 2021 12:37:40 -0700 Subject: [PATCH] docs: make docs.rs document all features --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8cb556c..99f54f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,3 +50,6 @@ fancy = [ [workspace] members = ["miette-derive"] + +[package.metadata.docs.rs] +all-features = true