Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CONTRIBUTING: clean up lint and formatting section
Fintan Halpenny committed 3 months ago
commit 1938ff73b6bd6cd18b4922102bb7ed6e3be81410
parent fc85104d67180993e02f59a73f3ec87674198c06
1 file changed +2 -2
modified CONTRIBUTING.md
@@ -41,9 +41,9 @@ Patch formatting follows the same rules as commit formatting. See below.

Always check your code with the linter (`clippy`), by running:

-
    $ cargo clippy --workspace --tests
+
    $ cargo clippy --workspace --all-targets --all-features -- -Dwarnings

-
And make sure your code is formatted with, using:
+
And make sure your code is formatted using:

    $ cargo fmt