diff options
| author | main <main@swarm.moe> | 2026-04-25 13:27:32 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 13:27:32 -0400 |
| commit | 66c996e6ae24ae496aa6b7ed07c85dce2b106d13 (patch) | |
| tree | b9ca28e39e70cc5fca489df97de430075720dda3 /clippy.toml | |
| download | memview-f97a6f11322df938e20927820f693321d11efb04.zip | |
Release memview 1.0.0v1.0.0
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |