aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJP Aumasson <[email protected]>2020-01-05 23:16:20 -0500
committerJP Aumasson <[email protected]>2020-01-05 23:16:20 -0500
commit7628a0894864f2ec43b7b4266989a063308ca932 (patch)
treee132ee89d11a71b253a8bc5ecafbf97c5ef1f3a6 /CONTRIBUTING.md
parent311218508d9e3b7301fc9cf5e489db5897692b0d (diff)
.
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 ea22973..57b7d3f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ If you contribute code and submit a patch, please note the following:
* We use Rust's stable branch for developing BLAKE3.
* Pull requests should target the `master` branch.
-* Try to follow the established Rust [style guidelines](https://doc.rust-lang.org/1.0.0/style/)
+* Try to follow the established Rust [style guidelines](https://doc.rust-lang.org/1.0.0/style/).
Also please make sure to create new unit tests covering your code additions. You can execute the tests by running: