Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45039ff

Browse files
authoredNov 20, 2023
Correct code formatting contribution instructions (#3711)
1 parent fe88e39 commit 45039ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎guide/src/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ development. You may want to browse the [unpublished guide documentation] for
2323

2424
## Code Formatting
2525

26-
Although formatting rules are not mandatory, it is encouraged to run `cargo run` (`rustfmt`) with its default rules within a PR to maintain a more organized code base. If necessary, a PR with a single commit that formats the entire project is also welcome.
26+
Although formatting rules are not mandatory, it is encouraged to run `cargo fmt` (`rustfmt`) with its default rules within a PR to maintain a more organized code base. If necessary, a PR with a single commit that formats the entire project is also welcome.

0 commit comments

Comments
 (0)
Please sign in to comment.