diff options
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..520b038 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,6 @@ +# 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 + |