diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 11:22:22 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 12:24:45 +0100 |
| commit | 88d6bf80f5cdbbb90ead197bd41a67eb8c44e50e (patch) | |
| tree | 401549b24fe8a747ef6739389b1b38f33ef016bb /clippy.toml | |
| parent | 17898fbabde35ab346c133114e78614e707c0eca (diff) | |
Make clippy stricter and fix
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |