From 88d6bf80f5cdbbb90ead197bd41a67eb8c44e50e Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 17 Jan 2026 11:22:22 +0100 Subject: Make clippy stricter and fix --- clippy.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clippy.toml (limited to 'clippy.toml') diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..4c47523 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,3 @@ +allow-panic-in-tests = true +allow-unwrap-in-tests = true +allow-expect-in-tests = true -- cgit