From dfa772c8c901500f679249c9a6e0bd25b05ca4d7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 21 Sep 2026 23:41:41 +0200 Subject: chore: add clippy config --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..bf2ffdd --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +type-complexity-threshold = 500 -- cgit v1.2.3-18-g5258