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 1111ececd9c1aac016a2820fa16e5f7a919f8a8a
parent 490a5dd34f0a1f5614a59123c27a354cde6175ec
1 file changed +1 -1
modified CONTRIBUTING.md
@@ -76,7 +76,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