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 7ba6b5a57b38e968c0d8aa5d6eda84ea58d86cbf
parent a1067b9a242ad16bc46cfed232f72dacc2b744ea
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