From b499d13b8277a883a15958c6702e7fa92f4e4bbd Mon Sep 17 00:00:00 2001 From: Khenziii Date: Sat, 20 Jan 2024 15:00:45 +0100 Subject: [PATCH] remove clippy from Cargo.toml turns out, that clippy is built-in in Rust! Cool. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd99f40..e6c40b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,3 @@ makefile-path = "Makefile.toml" [dev-dependencies] cargo-make = "0.37.7" -clippy = "0.0.302"