Skip to content

Commit

Permalink
Fix clippy warnings for 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaller authored and SebastianSchildt committed Jan 29, 2025
1 parent e385e7b commit e0a3f3d
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 215 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ Use `pip install pre-commit` to install pre-commit.
After you clone the project, run `pre-commit install` to install pre-commit into your git hooks.
Pre-commit will now run on every commit.
Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.

## Linting

Please run the formatter and linter before opening pull requests:

```sh
cargo fmt -- --check
cargo clippy --all-targets -- -W warnings -D warnings
```
Loading

0 comments on commit e0a3f3d

Please sign in to comment.