diff options
Diffstat (limited to 'template/fresh/clippy.toml')
| -rw-r--r-- | template/fresh/clippy.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |