Skip to content

Commit

Permalink
DOC: Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 23, 2024
1 parent 7365158 commit cef52b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ cargo test

## Coding Style

We use [clippy](https://doc.rust-lang.org/clippy/) to lint code in kmertools.
We use [Clippy](https://doc.rust-lang.org/clippy/) to lint code in kmertools.

Before committing, make sure to run clippy.
Before committing, make sure to run Clippy as follows.

```shell
cargo clippy
Expand Down

0 comments on commit cef52b6

Please sign in to comment.