From d0f582b98712d967b2f95d0405886d063bd89468 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 6 Apr 2025 00:57:56 +0200 Subject: Get stricter clippy --- 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