From 7628a0894864f2ec43b7b4266989a063308ca932 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Sun, 5 Jan 2020 23:16:20 -0500 Subject: [PATCH] . --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: