From 5bfe34bec189aeca515b12422e14beb897dc3358 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Wed, 21 Jan 2026 09:41:40 +0100 Subject: [PATCH] chore: add clippy configuration file --- clippy.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..04f5046 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,2 @@ +avoid-breaking-exported-api = false +check-inconsistent-struct-field-initializers = true