From 66c996e6ae24ae496aa6b7ed07c85dce2b106d13 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 25 Apr 2026 13:27:32 -0400 Subject: Release memview 1.0.0 --- clippy.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clippy.toml (limited to 'clippy.toml') diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..b3be953 --- /dev/null +++ b/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