From 40d3de3ffa74202e176295051a30f11780a65c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Tue, 24 Jan 2023 15:54:08 +0100 Subject: [PATCH] docs: Mention dependencies in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27fc921..5ae7e8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Format: `typo,correction[,correction...]` 2. Code-gen the dictionary -Run +With `cargo` and `rustfmt` installed, run ```console $ SNAPSHOTS=overwrite cargo test --workspace ```