summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-13 18:14:13 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-13 18:14:13 +0100
commit6f4dcfbf65f522b318ebd359df5658a72b618392 (patch)
treed4b1591be1139a4b67d3d4f0b340a133a27ba189 /CONTRIBUTING.md
parent23e0b8adf1aae1bb1b29b6bde346a073a870e307 (diff)
fix(clippy): get ci passing again
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f12bc7fe..f833285a9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ To build Zellij, we're using cargo-make – you can install it by running `cargo
Here are some of the commands currently supported by the build system:
```sh
-# Format code, build, then run tests
+# Format code, build, then run tests and clippy
cargo make
# You can also perform these actions individually
cargo make format