diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-21 23:41:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-21 23:41:41 +0200 |
| commit | dfa772c8c901500f679249c9a6e0bd25b05ca4d7 (patch) | |
| tree | 00b1a316af5ca2c48002888e141f7c5b0fe7e964 | |
| parent | 7a1f851b4d10912ac645b7167535c2c4d5345802 (diff) | |
chore: add clippy config
| -rw-r--r-- | clippy.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
