From 95a9d989b37452cfde08879daf5c18c4ad9da03f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 18 May 2026 03:51:05 -0400 Subject: Satisfy clippy, fix rerun-if-changed --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5276f7a..fbbd7d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,9 @@ authors = ["LLLL Colonq "] name = "teleia" [profile.dev.package."*"] -opt-level = 2 \ No newline at end of file +opt-level = 2 + +[workspace.lints.clippy] +all = "deny" +pedantic = "deny" +nursery = "deny" \ No newline at end of file -- cgit v1.2.3