From 87347bdfa6fdf2d9a16de1c534862ed62d714522 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 14 Jan 2026 11:45:14 +0000 Subject: [PATCH] CONTRIBUTING: clean up lint and formatting section Provide a better clippy command for catching all of the crates' targets and features. Includes a small fix to the grammar. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf6601d0..0d21c987 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Always check your code with the linter (`clippy`), by running: $ just lint-rust -And make sure your code is formatted, using: +And make sure your code is formatted using: $ just format-rust