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