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 50a5a9f7d4d219f60b3c67ea342e83e46e5f9484
parent 890224036d3be6833f9baf3b9f0e82b09971a691
1 file changed +2 -2
modified CONTRIBUTING.md
@@ -44,9 +44,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