Skip to content

Commit

Permalink
feat: ✨ Add lints and clippy config to Cargo.toml
Browse files Browse the repository at this point in the history
This commit adds a new `[lints.rust]` and `[lints.clippy]` sections to the
`Cargo.toml` file, which configure various Rust and Clippy lints for the
project.
  • Loading branch information
Srylax committed May 7, 2024
1 parent 82a4303 commit 5bad921
Show file tree
Hide file tree
Showing 11 changed files with 1,910 additions and 84 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
Cargo.lock
.DS_Store
.idea
Loading

0 comments on commit 5bad921

Please sign in to comment.