Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CONTRIBUTING: add --no-deps to cargo doc
Fintan Halpenny committed 3 months ago
commit d1785ff19979adaa6b7f0d0f48de381ca707c998
parent 510dcfdd7da1da63773d0296e02c4760a0c0db26
1 file changed +1 -1
modified CONTRIBUTING.md
@@ -73,7 +73,7 @@ Note that `cargo nextest` does not include doc tests, however, we do not write d
If you make documentation changes, you may want to check whether there are any
warnings or errors:

-
    $ cargo doc --workspace --all-features
+
    $ cargo doc --workspace --all-features --no-deps

### Code style