From 90883c82c86b60616cf1909459836926b95b1d0a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 9 Jan 2018 17:41:54 +0100 Subject: store: Disable documentation for the 'keystore' binary. - It is not intended to be used directly, no need to clutter the documentation with it. --- store/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'store/Cargo.toml') diff --git a/store/Cargo.toml b/store/Cargo.toml index 130e2b00..d994f408 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -29,4 +29,5 @@ path = "src/lib.rs" [[bin]] name = "keystore" path = "src/server.rs" +doc = false required-features = ["background-services"] -- cgit v1.2.3