From 8ff1162897acc9a393f41edf9faf5593d6c66995 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 25 Aug 2025 12:33:03 +0200 Subject: Replace JS with rust --- clippy.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 clippy.toml (limited to 'clippy.toml') diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..0358cdb --- /dev/null +++ b/clippy.toml @@ -0,0 +1,2 @@ +allow-unwrap-in-tests = true +allow-expect-in-tests = true -- cgit