From 260bc1e1e81da4671f3ff2db1e4a37d6522080d5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 26 Sep 2017 19:17:49 -0600 Subject: [PATCH] Fix cargo doc --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 38f55a062e..4811acd5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,12 @@ path = "src/lib.rs" [[bin]] name = "redoxfs" path = "src/bin/mount.rs" +doc = false [[bin]] name = "redoxfs-mkfs" path = "src/bin/mkfs.rs" +doc = false [dependencies] spin = { git = "https://github.com/messense/spin-rs", rev = "020f1b3f" }