From 5add4c580efde6d420e0588a8eee72dfc4f96c5b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 8 May 2018 17:27:44 -0700 Subject: [PATCH] Enable all features for docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b86db35..98d7ca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ name = "num-traits" version = "0.2.2" readme = "README.md" +[package.metadata.docs.rs] +all-features = true + [dependencies] [features]