From e4bd7939c02e2ff27db8edc5d58e57b4f09548aa Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 8 Jan 2021 21:01:43 +0100 Subject: [PATCH] Add missing dot --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93deb668..612ac6e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ handle those before comitting as well. ¹ To install the tools, run `rustup component add rustfmt clippy`. ² If you modified feature-gated code (`#[cfg(feature = "something")]`), you will have to pass `--all-features` or `--features something` to clippy for it to -check that code +check that code. ### Commit Messages