Skip to content

Commit

Permalink
remove clippy from Cargo.toml
Browse files Browse the repository at this point in the history
turns out, that clippy is built-in in Rust! Cool.
  • Loading branch information
Khenziii committed Jan 20, 2024
1 parent c01a415 commit b499d13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ makefile-path = "Makefile.toml"

[dev-dependencies]
cargo-make = "0.37.7"
clippy = "0.0.302"

1 comment on commit b499d13

@Khenziii
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, it isn't? Idk, ima do more research on it later. I hope, that most of devs have it installed

Please sign in to comment.