From c927ac1c6e041f96326e4a32e76ca13da8f6f5be Mon Sep 17 00:00:00 2001 From: main Date: Tue, 31 Mar 2026 14:21:52 -0400 Subject: Initial import --- template/fresh/clippy.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 template/fresh/clippy.toml (limited to 'template/fresh/clippy.toml') diff --git a/template/fresh/clippy.toml b/template/fresh/clippy.toml new file mode 100644 index 0000000..b3be953 --- /dev/null +++ b/template/fresh/clippy.toml @@ -0,0 +1,5 @@ +# Keep this file tiny. Do not move the repo-wide allow/deny architecture here. + +allow-expect-in-tests = true +allow-unwrap-in-tests = true +allow-panic-in-tests = true -- cgit v1.2.3