summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e2a8c77..789d778 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ Please open a pull request (PR) for your changes and include:
* An overall description/rationale of the PR
* Tests for any new functionality
-* Code style that matches what is already in the repo
+* Code formatted with `rustfmt` default style settings
* License (Apache 2.0) and copyright statements for your code
* A willingness to iterate and make changes ;)