chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868407b
)
docs: Forgo documenting otter-cli's dependencies
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 9 Jun 2021 17:46:45 +0000
(18:46 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 9 Jun 2021 17:47:17 +0000
(18:47 +0100)
Unfortunately we can't seem to currently do this because of
https://github.com/rust-lang/rust/issues/86173
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
cli/Cargo.toml
patch
|
blob
|
history
diff --git
a/cli/Cargo.toml
b/cli/Cargo.toml
index 0f72084e021621d673623aa7f856254e58157308..bd2f6a4f2825eac16dccbc96511920839d670e64 100644
(file)
--- a/
cli/Cargo.toml
+++ b/
cli/Cargo.toml
@@
-18,6
+18,7
@@
authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>",
[[bin]]
name="otter"
path="otter.rs"
+doc=false
[dependencies]