From 9862ec749af61fafb815093df741222541beed58 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 10 Oct 2020 04:45:48 -0700 Subject: [PATCH] Build docs with all features enabled. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7652be6..44133cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,6 @@ parking_lot = "0.11" [build-dependencies] version_check = "0.9" + +[package.metadata.docs.rs] +all-features = true