Skip to content

Commit

Permalink
Fixed template in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jan 20, 2024
1 parent 80eff98 commit b115b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ cargo test
```

### Useful Commands
{% if crate_type == "bin" %}
- Build and run release version:

```shell
cargo build --release && cargo run --release
```
{% endif %}

- Run Clippy:

```shell
Expand Down

0 comments on commit b115b12

Please sign in to comment.