docs: adjust contributing.md: fix missing --all

Unrelated but necessary to also always format code for all
architectures and all features.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster 2025-12-04 13:53:15 +01:00 committed by Rob Bradford
parent 70146ee7af
commit 9979e562b2

View file

@ -48,7 +48,7 @@ have specific features that you regularly develop against.
```sh
#!/bin/sh
cargo +nightly fmt -- --check || exit 1
cargo +nightly fmt --all -- --check || exit 1
cargo check --locked --all --all-targets --tests || exit 1
cargo clippy --locked --all --all-targets --tests -- -D warnings || exit 1
```