From d129994c0856b92e96ece07f698c0670eb7d766c Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 23 Jun 2018 01:14:17 +0200 Subject: [PATCH] Adding a flag that makes docs.rs build all documentation --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 82dbe6d..ef43fe4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -52,3 +52,6 @@ rpath = false lto = false debug-assertions = false codegen-units = 1 + +[package.metadata.docs.rs] +all-features = true \ No newline at end of file